Html Css Color HEX #9C164E Jazzberry Jam

📋 copy color: '#9C164E'

red 156 ◦ green 22 ◦ blue 78

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

Shades of Jazzberry Jam #9C164E

Tints of Jazzberry Jam #9C164E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.47%

R = 60.94%
G = 8.59%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.5

 K value IS 0.39

RGB Variations

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

Color information

#9C164E (or 0x9C164E) is known color: Jazzberry Jam. HEX triplet: 9C, 16 and 4E. RGB value is (156,22,78). Sum of RGB (Red+Green+Blue) = 156+22+78=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C164E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C164E is #63E9B1. Grayscale: #444444. Windows color (decimal): -6547890 or 5117596. OLE color: 5117596.

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

Color convert

RGB 156 22 78 -
CMYK 0 0.86 0.5 0.39
HSL 334.93º 0.75% 0.35% -
HSV(B) 334.93º 0.86% 0.61% -
XYZ 15.37 8.19 7.98 -
YUV 68.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 156 22 78 0 0.86 0.5 0.39 334.93 0.75 0.35
Hex 9C 16 4E 0 56 32 27 14F 4B 23
Octal 234 26 116 0 126 62 47 517 113 43
Binary 10011100 10110 1001110 0 1010110 110010 100111 101001111 1001011 100011

Color Harmonies of #9C164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C164E

Black with #9C164E

Text Example


Text Example

White with #9C164E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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