Html Css Color HEX #9C063C Jazzberry Jam

📋 copy color: '#9C063C'

red 156 ◦ green 6 ◦ blue 60

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

Shades of Jazzberry Jam #9C063C

Tints of Jazzberry Jam #9C063C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 70.27%
G = 2.7%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C063C (or 0x9C063C) is known color: Jazzberry Jam. HEX triplet: 9C, 06 and 3C. RGB value is (156,6,60). Sum of RGB (Red+Green+Blue) = 156+6+60=222 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.27% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 156 - color contains mainly: red. Hex color #9C063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C063C is #63F9C3. Grayscale: #383838. Windows color (decimal): -6552004 or 3933852. OLE color: 3933852.

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

Color convert

RGB 156 6 60 -
CMYK 0 0.96 0.62 0.39
HSL 338.4º 0.93% 0.32% -
HSV(B) 338.4º 0.96% 0.61% -
XYZ 14.59 7.52 4.96 -
YUV 57.01 129.7 198.61 -
System Red Green Blue C M Y K H S L
Decimal 156 6 60 0 0.96 0.62 0.39 338.4 0.93 0.32
Hex 9C 6 3C 0 60 3E 27 152 5D 20
Octal 234 6 74 0 140 76 47 522 135 40
Binary 10011100 110 111100 0 1100000 111110 100111 101010010 1011101 100000

Color Harmonies of #9C063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C063C

Black with #9C063C

Text Example


Text Example

White with #9C063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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