Html Css Color HEX #9C064E Jazzberry Jam

📋 copy color: '#9C064E'

red 156 ◦ green 6 ◦ blue 78

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

Shades of Jazzberry Jam #9C064E

Tints of Jazzberry Jam #9C064E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.5%

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

R = 65%
G = 2.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.5

 K value IS 0.39

RGB Variations

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

Color information

#9C064E (or 0x9C064E) is known color: Jazzberry Jam. HEX triplet: 9C, 06 and 4E. RGB value is (156,6,78). Sum of RGB (Red+Green+Blue) = 156+6+78=240 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 156 - color contains mainly: red. Hex color #9C064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C064E is #63F9B1. Grayscale: #3A3A3A. Windows color (decimal): -6551986 or 5113500. OLE color: 5113500.

HSL color Cylindrical-coordinate representation of color #9C064E: hue angle of 331.2º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C064E is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 6 78 -
CMYK 0 0.96 0.5 0.39
HSL 331.2º 0.93% 0.32% -
HSV(B) 331.2º 0.96% 0.61% -
XYZ 15.15 7.75 7.9 -
YUV 59.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 156 6 78 0 0.96 0.5 0.39 331.2 0.93 0.32
Hex 9C 6 4E 0 60 32 27 14B 5D 20
Octal 234 6 116 0 140 62 47 513 135 40
Binary 10011100 110 1001110 0 1100000 110010 100111 101001011 1011101 100000

Color Harmonies of #9C064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C064E

Black with #9C064E

Text Example


Text Example

White with #9C064E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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