Html Css Color HEX #9F1452 Jazzberry Jam

📋 copy color: '#9F1452'

red 159 ◦ green 20 ◦ blue 82

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

Shades of Jazzberry Jam #9F1452

Tints of Jazzberry Jam #9F1452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.42%

R = 60.92%
G = 7.66%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F1452 (or 0x9F1452) is known color: Jazzberry Jam. HEX triplet: 9F, 14 and 52. RGB value is (159,20,82). Sum of RGB (Red+Green+Blue) = 159+20+82=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1452 is #60EBAD. Grayscale: #444444. Windows color (decimal): -6351790 or 5379231. OLE color: 5379231.

HSL color Cylindrical-coordinate representation of color #9F1452: hue angle of 333.24º 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 #9F1452 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 20 82 -
CMYK 0 0.87 0.48 0.38
HSL 333.24º 0.78% 0.35% -
HSV(B) 333.24º 0.87% 0.62% -
XYZ 16.07 8.48 8.77 -
YUV 68.63 135.55 192.46 -
System Red Green Blue C M Y K H S L
Decimal 159 20 82 0 0.87 0.48 0.38 333.24 0.78 0.35
Hex 9F 14 52 0 57 30 26 14D 4E 23
Octal 237 24 122 0 127 60 46 515 116 43
Binary 10011111 10100 1010010 0 1010111 110000 100110 101001101 1001110 100011

Color Harmonies of #9F1452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1452

Black with #9F1452

Text Example


Text Example

White with #9F1452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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