Html Css Color HEX #9F1752 Jazzberry Jam

📋 copy color: '#9F1752'

red 159 ◦ green 23 ◦ blue 82

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

Shades of Jazzberry Jam #9F1752

Tints of Jazzberry Jam #9F1752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.71%

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

R = 60.23%
G = 8.71%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F1752 (or 0x9F1752) is known color: Jazzberry Jam. HEX triplet: 9F, 17 and 52. RGB value is (159,23,82). Sum of RGB (Red+Green+Blue) = 159+23+82=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1752 is #60E8AD. Grayscale: #464646. Windows color (decimal): -6351022 or 5379999. OLE color: 5379999.

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

Color convert

RGB 159 23 82 -
CMYK 0 0.86 0.48 0.38
HSL 333.97º 0.75% 0.36% -
HSV(B) 333.97º 0.86% 0.62% -
XYZ 16.13 8.59 8.79 -
YUV 70.39 134.56 191.2 -
System Red Green Blue C M Y K H S L
Decimal 159 23 82 0 0.86 0.48 0.38 333.97 0.75 0.36
Hex 9F 17 52 0 56 30 26 14E 4B 24
Octal 237 27 122 0 126 60 46 516 113 44
Binary 10011111 10111 1010010 0 1010110 110000 100110 101001110 1001011 100100

Color Harmonies of #9F1752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1752

Black with #9F1752

Text Example


Text Example

White with #9F1752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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