Html Css Color HEX #9F1656 Jazzberry Jam

📋 copy color: '#9F1656'

red 159 ◦ green 22 ◦ blue 86

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

Shades of Jazzberry Jam #9F1656

Tints of Jazzberry Jam #9F1656

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.24%

 BLUE value IS 86 (33.98% from 255) = 32.21%

R = 59.55%
G = 8.24%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9F1656 (or 0x9F1656) is known color: Jazzberry Jam. HEX triplet: 9F, 16 and 56. RGB value is (159,22,86). Sum of RGB (Red+Green+Blue) = 159+22+86=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1656 is #60E9A9. Grayscale: #464646. Windows color (decimal): -6351274 or 5641887. OLE color: 5641887.

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

Color convert

RGB 159 22 86 -
CMYK 0 0.86 0.46 0.38
HSL 331.97º 0.76% 0.35% -
HSV(B) 331.97º 0.86% 0.62% -
XYZ 16.26 8.62 9.61 -
YUV 70.26 136.89 191.3 -
System Red Green Blue C M Y K H S L
Decimal 159 22 86 0 0.86 0.46 0.38 331.97 0.76 0.35
Hex 9F 16 56 0 56 2E 26 14C 4C 23
Octal 237 26 126 0 126 56 46 514 114 43
Binary 10011111 10110 1010110 0 1010110 101110 100110 101001100 1001100 100011

Color Harmonies of #9F1656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1656

Black with #9F1656

Text Example


Text Example

White with #9F1656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,22,86); }

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

background-color css

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

 a { background-color: rgb(159,22,86); }

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

border-color css

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

 span { border-color: rgb(159,22,86); }

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