Html Css Color HEX #9C154F Jazzberry Jam

📋 copy color: '#9C154F'

red 156 ◦ green 21 ◦ blue 79

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

Shades of Jazzberry Jam #9C154F

Tints of Jazzberry Jam #9C154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

 BLUE value IS 79 (31.25% from 255) = 30.86%

R = 60.94%
G = 8.2%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C154F (or 0x9C154F) is known color: Jazzberry Jam. HEX triplet: 9C, 15 and 4F. RGB value is (156,21,79). Sum of RGB (Red+Green+Blue) = 156+21+79=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C154F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C154F is #63EAB0. Grayscale: #434343. Windows color (decimal): -6548145 or 5182876. OLE color: 5182876.

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

Color convert

RGB 156 21 79 -
CMYK 0 0.87 0.49 0.39
HSL 334.22º 0.76% 0.35% -
HSV(B) 334.22º 0.87% 0.61% -
XYZ 15.39 8.17 8.16 -
YUV 67.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 156 21 79 0 0.87 0.49 0.39 334.22 0.76 0.35
Hex 9C 15 4F 0 57 31 27 14E 4C 23
Octal 234 25 117 0 127 61 47 516 114 43
Binary 10011100 10101 1001111 0 1010111 110001 100111 101001110 1001100 100011

Color Harmonies of #9C154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C154F

Black with #9C154F

Text Example


Text Example

White with #9C154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,21,79); }

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

background-color css

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

 a { background-color: rgb(156,21,79); }

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

border-color css

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

 span { border-color: rgb(156,21,79); }

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