Html Css Color HEX #9F1852 Jazzberry Jam

📋 copy color: '#9F1852'

red 159 ◦ green 24 ◦ blue 82

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

Shades of Jazzberry Jam #9F1852

Tints of Jazzberry Jam #9F1852

RGB

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

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

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

R = 60%
G = 9.06%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F1852 (or 0x9F1852) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 52. RGB value is (159,24,82). Sum of RGB (Red+Green+Blue) = 159+24+82=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1852 is #60E7AD. Grayscale: #464646. Windows color (decimal): -6350766 or 5380255. OLE color: 5380255.

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

Color convert

RGB 159 24 82 -
CMYK 0 0.85 0.48 0.38
HSL 334.22º 0.74% 0.36% -
HSV(B) 334.22º 0.85% 0.62% -
XYZ 16.15 8.63 8.8 -
YUV 70.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 159 24 82 0 0.85 0.48 0.38 334.22 0.74 0.36
Hex 9F 18 52 0 55 30 26 14E 4A 24
Octal 237 30 122 0 125 60 46 516 112 44
Binary 10011111 11000 1010010 0 1010101 110000 100110 101001110 1001010 100100

Color Harmonies of #9F1852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1852

Black with #9F1852

Text Example


Text Example

White with #9F1852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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