Html Css Color HEX #9F1449 Jazzberry Jam

📋 copy color: '#9F1449'

red 159 ◦ green 20 ◦ blue 73

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

Shades of Jazzberry Jam #9F1449

Tints of Jazzberry Jam #9F1449

RGB

 RED value IS 159 (62.5% from 255) = 63.1%

 GREEN value IS 20 (8.2% from 255) = 7.94%

 BLUE value IS 73 (28.91% from 255) = 28.97%

R = 63.1%
G = 7.94%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9F1449 (or 0x9F1449) is known color: Jazzberry Jam. HEX triplet: 9F, 14 and 49. RGB value is (159,20,73). Sum of RGB (Red+Green+Blue) = 159+20+73=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1449 is #60EBB6. Grayscale: #434343. Windows color (decimal): -6351799 or 4789407. OLE color: 4789407.

HSL color Cylindrical-coordinate representation of color #9F1449: hue angle of 337.12º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1449 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 20 73 -
CMYK 0 0.87 0.54 0.38
HSL 337.12º 0.78% 0.35% -
HSV(B) 337.12º 0.87% 0.62% -
XYZ 15.75 8.35 7.09 -
YUV 67.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 159 20 73 0 0.87 0.54 0.38 337.12 0.78 0.35
Hex 9F 14 49 0 57 36 26 151 4E 23
Octal 237 24 111 0 127 66 46 521 116 43
Binary 10011111 10100 1001001 0 1010111 110110 100110 101010001 1001110 100011

Color Harmonies of #9F1449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1449

Black with #9F1449

Text Example


Text Example

White with #9F1449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F1449; }

 p { color: rgb(159,20,73); }

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

background-color css

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

 a { background-color: rgb(159,20,73); }

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

border-color css

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

 span { border-color: rgb(159,20,73); }

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