Html Css Color HEX #9C063E Jazzberry Jam

📋 copy color: '#9C063E'

red 156 ◦ green 6 ◦ blue 62

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

Shades of Jazzberry Jam #9C063E

Tints of Jazzberry Jam #9C063E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.68%

R = 69.64%
G = 2.68%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#9C063E (or 0x9C063E) is known color: Jazzberry Jam. HEX triplet: 9C, 06 and 3E. RGB value is (156,6,62). Sum of RGB (Red+Green+Blue) = 156+6+62=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C063E is #63F9C1. Grayscale: #393939. Windows color (decimal): -6552002 or 4064924. OLE color: 4064924.

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

Color convert

RGB 156 6 62 -
CMYK 0 0.96 0.60 0.39
HSL 337.6º 0.93% 0.32% -
HSV(B) 337.6º 0.96% 0.61% -
XYZ 14.64 7.55 5.24 -
YUV 57.23 130.7 198.45 -
System Red Green Blue C M Y K H S L
Decimal 156 6 62 0 0.96 0.60 0.39 337.6 0.93 0.32
Hex 9C 6 3E 0 60 3C 27 152 5D 20
Octal 234 6 76 0 140 74 47 522 135 40
Binary 10011100 110 111110 0 1100000 111100 100111 101010010 1011101 100000

Color Harmonies of #9C063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C063E

Black with #9C063E

Text Example


Text Example

White with #9C063E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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