Html Css Color HEX #9C1657 Jazzberry Jam

📋 copy color: '#9C1657'

red 156 ◦ green 22 ◦ blue 87

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

Shades of Jazzberry Jam #9C1657

Tints of Jazzberry Jam #9C1657

RGB

 RED value IS 156 (61.33% from 255) = 58.87%

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

 BLUE value IS 87 (34.38% from 255) = 32.83%

R = 58.87%
G = 8.3%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9C1657 (or 0x9C1657) is known color: Jazzberry Jam. HEX triplet: 9C, 16 and 57. RGB value is (156,22,87). Sum of RGB (Red+Green+Blue) = 156+22+87=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1657 is #63E9A8. Grayscale: #454545. Windows color (decimal): -6547881 or 5707420. OLE color: 5707420.

HSL color Cylindrical-coordinate representation of color #9C1657: hue angle of 330.9º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1657 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 22 87 -
CMYK 0 0.86 0.44 0.39
HSL 330.9º 0.75% 0.35% -
HSV(B) 330.9º 0.86% 0.61% -
XYZ 15.72 8.33 9.8 -
YUV 69.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 156 22 87 0 0.86 0.44 0.39 330.9 0.75 0.35
Hex 9C 16 57 0 56 2C 27 14B 4B 23
Octal 234 26 127 0 126 54 47 513 113 43
Binary 10011100 10110 1010111 0 1010110 101100 100111 101001011 1001011 100011

Color Harmonies of #9C1657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1657

Black with #9C1657

Text Example


Text Example

White with #9C1657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,22,87); }

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

background-color css

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

 a { background-color: rgb(156,22,87); }

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

border-color css

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

 span { border-color: rgb(156,22,87); }

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