Html Css Color HEX #9C0946 Jazzberry Jam

📋 copy color: '#9C0946'

red 156 ◦ green 9 ◦ blue 70

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

Shades of Jazzberry Jam #9C0946

Tints of Jazzberry Jam #9C0946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

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

R = 66.38%
G = 3.83%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9C0946 (or 0x9C0946) is known color: Jazzberry Jam. HEX triplet: 9C, 09 and 46. RGB value is (156,9,70). Sum of RGB (Red+Green+Blue) = 156+9+70=235 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.38% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0946 is #63F6B9. Grayscale: #3B3B3B. Windows color (decimal): -6551226 or 4589980. OLE color: 4589980.

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

Color convert

RGB 156 9 70 -
CMYK 0 0.94 0.55 0.39
HSL 335.1º 0.89% 0.32% -
HSV(B) 335.1º 0.94% 0.61% -
XYZ 14.91 7.71 6.5 -
YUV 59.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 156 9 70 0 0.94 0.55 0.39 335.1 0.89 0.32
Hex 9C 9 46 0 5E 37 27 14F 59 20
Octal 234 11 106 0 136 67 47 517 131 40
Binary 10011100 1001 1000110 0 1011110 110111 100111 101001111 1011001 100000

Color Harmonies of #9C0946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0946

Black with #9C0946

Text Example


Text Example

White with #9C0946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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