Html Css Color HEX #9C124D Jazzberry Jam

📋 copy color: '#9C124D'

red 156 ◦ green 18 ◦ blue 77

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

Shades of Jazzberry Jam #9C124D

Tints of Jazzberry Jam #9C124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

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

R = 62.15%
G = 7.17%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C124D (or 0x9C124D) is known color: Jazzberry Jam. HEX triplet: 9C, 12 and 4D. RGB value is (156,18,77). Sum of RGB (Red+Green+Blue) = 156+18+77=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C124D is #63EDB2. Grayscale: #414141. Windows color (decimal): -6548915 or 5051036. OLE color: 5051036.

HSL color Cylindrical-coordinate representation of color #9C124D: hue angle of 334.35º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C124D is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 18 77 -
CMYK 0 0.88 0.51 0.39
HSL 334.35º 0.79% 0.34% -
HSV(B) 334.35º 0.88% 0.61% -
XYZ 15.27 8.04 7.77 -
YUV 65.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 156 18 77 0 0.88 0.51 0.39 334.35 0.79 0.34
Hex 9C 12 4D 0 58 33 27 14E 4F 22
Octal 234 22 115 0 130 63 47 516 117 42
Binary 10011100 10010 1001101 0 1011000 110011 100111 101001110 1001111 100010

Color Harmonies of #9C124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C124D

Black with #9C124D

Text Example


Text Example

White with #9C124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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