Html Css Color HEX #980941 Jazzberry Jam

📋 copy color: '#980941'

red 152 ◦ green 9 ◦ blue 65

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

Shades of Jazzberry Jam #980941

Tints of Jazzberry Jam #980941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.98%

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

R = 67.26%
G = 3.98%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#980941 (or 0x980941) is known color: Jazzberry Jam. HEX triplet: 98, 09 and 41. RGB value is (152,9,65). Sum of RGB (Red+Green+Blue) = 152+9+65=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #980941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980941 is #67F6BE. Grayscale: #3A3A3A. Windows color (decimal): -6813375 or 4262296. OLE color: 4262296.

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

Color convert

RGB 152 9 65 -
CMYK 0 0.94 0.57 0.40
HSL 336.5º 0.89% 0.32% -
HSV(B) 336.5º 0.94% 0.6% -
XYZ 14 7.25 5.66 -
YUV 58.14 131.88 194.95 -
System Red Green Blue C M Y K H S L
Decimal 152 9 65 0 0.94 0.57 0.40 336.5 0.89 0.32
Hex 98 9 41 0 5E 39 28 151 59 20
Octal 230 11 101 0 136 71 50 521 131 40
Binary 10011000 1001 1000001 0 1011110 111001 101000 101010001 1011001 100000

Color Harmonies of #980941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980941

Black with #980941

Text Example


Text Example

White with #980941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980941; }

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

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

background-color css

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

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

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

border-color css

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

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

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