Html Css Color HEX #9C093E Jazzberry Jam

📋 copy color: '#9C093E'

red 156 ◦ green 9 ◦ blue 62

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

Shades of Jazzberry Jam #9C093E

Tints of Jazzberry Jam #9C093E

RGB

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

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

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

R = 68.72%
G = 3.96%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#9C093E (or 0x9C093E) is known color: Jazzberry Jam. HEX triplet: 9C, 09 and 3E. RGB value is (156,9,62). Sum of RGB (Red+Green+Blue) = 156+9+62=227 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.72% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 156 - color contains mainly: red. Hex color #9C093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C093E is #63F6C1. Grayscale: #3A3A3A. Windows color (decimal): -6551234 or 4065692. OLE color: 4065692.

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

Color convert

RGB 156 9 62 -
CMYK 0 0.94 0.60 0.39
HSL 338.37º 0.89% 0.32% -
HSV(B) 338.37º 0.94% 0.61% -
XYZ 14.68 7.61 5.25 -
YUV 59 129.7 197.19 -
System Red Green Blue C M Y K H S L
Decimal 156 9 62 0 0.94 0.60 0.39 338.37 0.89 0.32
Hex 9C 9 3E 0 5E 3C 27 152 59 20
Octal 234 11 76 0 136 74 47 522 131 40
Binary 10011100 1001 111110 0 1011110 111100 100111 101010010 1011001 100000

Color Harmonies of #9C093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C093E

Black with #9C093E

Text Example


Text Example

White with #9C093E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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