Html Css Color HEX #9F1851 Jazzberry Jam

📋 copy color: '#9F1851'

red 159 ◦ green 24 ◦ blue 81

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

Shades of Jazzberry Jam #9F1851

Tints of Jazzberry Jam #9F1851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.09%

 BLUE value IS 81 (32.03% from 255) = 30.68%

R = 60.23%
G = 9.09%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9F1851 (or 0x9F1851) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 51. RGB value is (159,24,81). Sum of RGB (Red+Green+Blue) = 159+24+81=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1851 is #60E7AE. Grayscale: #464646. Windows color (decimal): -6350767 or 5314719. OLE color: 5314719.

HSL color Cylindrical-coordinate representation of color #9F1851: hue angle of 334.67º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1851 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 24 81 -
CMYK 0 0.85 0.49 0.38
HSL 334.67º 0.74% 0.36% -
HSV(B) 334.67º 0.85% 0.62% -
XYZ 16.11 8.62 8.6 -
YUV 70.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 159 24 81 0 0.85 0.49 0.38 334.67 0.74 0.36
Hex 9F 18 51 0 55 31 26 14F 4A 24
Octal 237 30 121 0 125 61 46 517 112 44
Binary 10011111 11000 1010001 0 1010101 110001 100110 101001111 1001010 100100

Color Harmonies of #9F1851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1851

Black with #9F1851

Text Example


Text Example

White with #9F1851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,24,81); }

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

background-color css

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

 a { background-color: rgb(159,24,81); }

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

border-color css

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

 span { border-color: rgb(159,24,81); }

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