Html Css Color HEX #9C114D Jazzberry Jam

📋 copy color: '#9C114D'

red 156 ◦ green 17 ◦ blue 77

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

Shades of Jazzberry Jam #9C114D

Tints of Jazzberry Jam #9C114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.8%

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

R = 62.4%
G = 6.8%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C114D (or 0x9C114D) is known color: Jazzberry Jam. HEX triplet: 9C, 11 and 4D. RGB value is (156,17,77). Sum of RGB (Red+Green+Blue) = 156+17+77=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C114D is #63EEB2. Grayscale: #414141. Windows color (decimal): -6549171 or 5050780. OLE color: 5050780.

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

Color convert

RGB 156 17 77 -
CMYK 0 0.89 0.51 0.39
HSL 334.1º 0.8% 0.34% -
HSV(B) 334.1º 0.89% 0.61% -
XYZ 15.25 8 7.76 -
YUV 65.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 156 17 77 0 0.89 0.51 0.39 334.1 0.8 0.34
Hex 9C 11 4D 0 59 33 27 14E 50 22
Octal 234 21 115 0 131 63 47 516 120 42
Binary 10011100 10001 1001101 0 1011001 110011 100111 101001110 1010000 100010

Color Harmonies of #9C114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C114D

Black with #9C114D

Text Example


Text Example

White with #9C114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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