Html Css Color HEX #980841 Jazzberry Jam

📋 copy color: '#980841'

red 152 ◦ green 8 ◦ blue 65

#980841
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #980841

Tints of Jazzberry Jam #980841

RGB

 RED value IS 152 (59.77% from 255) = 67.56%

 GREEN value IS 8 (3.52% from 255) = 3.56%

 BLUE value IS 65 (25.78% from 255) = 28.89%

R = 67.56%
G = 3.56%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#980841 (or 0x980841) is known color: Jazzberry Jam. HEX triplet: 98, 08 and 41. RGB value is (152,8,65). Sum of RGB (Red+Green+Blue) = 152+8+65=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #980841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980841 is #67F7BE. Grayscale: #393939. Windows color (decimal): -6813631 or 4262040. OLE color: 4262040.

HSL color Cylindrical-coordinate representation of color #980841: hue angle of 336.25º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980841 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 8 65 -
CMYK 0 0.95 0.57 0.40
HSL 336.25º 0.9% 0.31% -
HSV(B) 336.25º 0.95% 0.6% -
XYZ 13.99 7.23 5.66 -
YUV 57.55 132.21 195.37 -
System Red Green Blue C M Y K H S L
Decimal 152 8 65 0 0.95 0.57 0.40 336.25 0.9 0.31
Hex 98 8 41 0 5F 39 28 150 5A 1F
Octal 230 10 101 0 137 71 50 520 132 37
Binary 10011000 1000 1000001 0 1011111 111001 101000 101010000 1011010 11111

Color Harmonies of #980841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980841

Black with #980841

Text Example


Text Example

White with #980841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980841; }

 p { color: rgb(152,8,65); }

 H1.HeaderClassName
 {
   color: #980841;
 }
 .AnyTagClassName
 {
   color: #980841;
 }
</style>

background-color css

<style>
 a { background-color: #980841; }

 a { background-color: rgb(152,8,65); }

 div.DivClassName
 {
   background-color: #980841;
 }
 .BgClassName
 {
   background-color: #980841;
 }
</style>

border-color css

<style>
 span { border-color: #980841; }

 span { border-color: rgb(152,8,65); }

 td.TdClassName
 {
   border-color: #980841;
 }
 .TagClassName
 {
   border-color: #980841;
 }
</style>