Html Css Color HEX #9F1552 Jazzberry Jam

📋 copy color: '#9F1552'

red 159 ◦ green 21 ◦ blue 82

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

Shades of Jazzberry Jam #9F1552

Tints of Jazzberry Jam #9F1552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.02%

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

R = 60.69%
G = 8.02%
B = 31.3%

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

#9F1552 (or 0x9F1552) is known color: Jazzberry Jam. HEX triplet: 9F, 15 and 52. RGB value is (159,21,82). Sum of RGB (Red+Green+Blue) = 159+21+82=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1552 is #60EAAD. Grayscale: #454545. Windows color (decimal): -6351534 or 5379487. OLE color: 5379487.

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

Color convert

RGB 159 21 82 -
CMYK 0 0.87 0.48 0.38
HSL 333.48º 0.77% 0.35% -
HSV(B) 333.48º 0.87% 0.62% -
XYZ 16.09 8.52 8.78 -
YUV 69.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 159 21 82 0 0.87 0.48 0.38 333.48 0.77 0.35
Hex 9F 15 52 0 57 30 26 14D 4D 23
Octal 237 25 122 0 127 60 46 515 115 43
Binary 10011111 10101 1010010 0 1010111 110000 100110 101001101 1001101 100011

Color Harmonies of #9F1552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1552

Black with #9F1552

Text Example


Text Example

White with #9F1552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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