Html Css Color HEX #9C0746 Jazzberry Jam

📋 copy color: '#9C0746'

red 156 ◦ green 7 ◦ blue 70

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

Shades of Jazzberry Jam #9C0746

Tints of Jazzberry Jam #9C0746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3%

 BLUE value IS 70 (27.73% from 255) = 30.04%

R = 66.95%
G = 3%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9C0746 (or 0x9C0746) is known color: Jazzberry Jam. HEX triplet: 9C, 07 and 46. RGB value is (156,7,70). Sum of RGB (Red+Green+Blue) = 156+7+70=233 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.95% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0746 is #63F8B9. Grayscale: #3A3A3A. Windows color (decimal): -6551738 or 4589468. OLE color: 4589468.

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

Color convert

RGB 156 7 70 -
CMYK 0 0.96 0.55 0.39
HSL 334.63º 0.91% 0.32% -
HSV(B) 334.63º 0.96% 0.61% -
XYZ 14.89 7.66 6.49 -
YUV 58.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 156 7 70 0 0.96 0.55 0.39 334.63 0.91 0.32
Hex 9C 7 46 0 60 37 27 14F 5B 20
Octal 234 7 106 0 140 67 47 517 133 40
Binary 10011100 111 1000110 0 1100000 110111 100111 101001111 1011011 100000

Color Harmonies of #9C0746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0746

Black with #9C0746

Text Example


Text Example

White with #9C0746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,7,70); }

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

background-color css

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

 a { background-color: rgb(156,7,70); }

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

border-color css

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

 span { border-color: rgb(156,7,70); }

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