Html Css Color HEX #980945 Jazzberry Jam

📋 copy color: '#980945'

red 152 ◦ green 9 ◦ blue 69

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

Shades of Jazzberry Jam #980945

Tints of Jazzberry Jam #980945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30%

R = 66.09%
G = 3.91%
B = 30%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#980945 (or 0x980945) is known color: Jazzberry Jam. HEX triplet: 98, 09 and 45. RGB value is (152,9,69). Sum of RGB (Red+Green+Blue) = 152+9+69=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #980945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980945 is #67F6BA. Grayscale: #3A3A3A. Windows color (decimal): -6813371 or 4524440. OLE color: 4524440.

HSL color Cylindrical-coordinate representation of color #980945: hue angle of 334.83º 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 #980945 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 69 -
CMYK 0 0.94 0.55 0.40
HSL 334.83º 0.89% 0.32% -
HSV(B) 334.83º 0.94% 0.6% -
XYZ 14.12 7.3 6.3 -
YUV 58.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 152 9 69 0 0.94 0.55 0.40 334.83 0.89 0.32
Hex 98 9 45 0 5E 37 28 14F 59 20
Octal 230 11 105 0 136 67 50 517 131 40
Binary 10011000 1001 1000101 0 1011110 110111 101000 101001111 1011001 100000

Color Harmonies of #980945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980945

Black with #980945

Text Example


Text Example

White with #980945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980945; }

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

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

background-color css

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

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

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

border-color css

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

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

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