Html Css Color HEX #9C154D Jazzberry Jam

📋 copy color: '#9C154D'

red 156 ◦ green 21 ◦ blue 77

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

Shades of Jazzberry Jam #9C154D

Tints of Jazzberry Jam #9C154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 61.42%
G = 8.27%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C154D (or 0x9C154D) is known color: Jazzberry Jam. HEX triplet: 9C, 15 and 4D. RGB value is (156,21,77). Sum of RGB (Red+Green+Blue) = 156+21+77=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C154D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C154D is #63EAB2. Grayscale: #434343. Windows color (decimal): -6548147 or 5051804. OLE color: 5051804.

HSL color Cylindrical-coordinate representation of color #9C154D: hue angle of 335.11º 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 #9C154D is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 21 77 -
CMYK 0 0.87 0.51 0.39
HSL 335.11º 0.76% 0.35% -
HSV(B) 335.11º 0.87% 0.61% -
XYZ 15.32 8.14 7.79 -
YUV 67.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 156 21 77 0 0.87 0.51 0.39 335.11 0.76 0.35
Hex 9C 15 4D 0 57 33 27 14F 4C 23
Octal 234 25 115 0 127 63 47 517 114 43
Binary 10011100 10101 1001101 0 1010111 110011 100111 101001111 1001100 100011

Color Harmonies of #9C154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C154D

Black with #9C154D

Text Example


Text Example

White with #9C154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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