Html Css Color HEX #9C063F Jazzberry Jam

📋 copy color: '#9C063F'

red 156 ◦ green 6 ◦ blue 63

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

Shades of Jazzberry Jam #9C063F

Tints of Jazzberry Jam #9C063F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28%

R = 69.33%
G = 2.67%
B = 28%

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

#9C063F (or 0x9C063F) is known color: Jazzberry Jam. HEX triplet: 9C, 06 and 3F. RGB value is (156,6,63). Sum of RGB (Red+Green+Blue) = 156+6+63=225 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.33% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 156 - color contains mainly: red. Hex color #9C063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C063F is #63F9C0. Grayscale: #393939. Windows color (decimal): -6552001 or 4130460. OLE color: 4130460.

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

Color convert

RGB 156 6 63 -
CMYK 0 0.96 0.60 0.39
HSL 337.2º 0.93% 0.32% -
HSV(B) 337.2º 0.96% 0.61% -
XYZ 14.67 7.56 5.39 -
YUV 57.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 156 6 63 0 0.96 0.60 0.39 337.2 0.93 0.32
Hex 9C 6 3F 0 60 3C 27 151 5D 20
Octal 234 6 77 0 140 74 47 521 135 40
Binary 10011100 110 111111 0 1100000 111100 100111 101010001 1011101 100000

Color Harmonies of #9C063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C063F

Black with #9C063F

Text Example


Text Example

White with #9C063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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