Html Css Color HEX #9E0E42 Jazzberry Jam

📋 copy color: '#9E0E42'

red 158 ◦ green 14 ◦ blue 66

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

Shades of Jazzberry Jam #9E0E42

Tints of Jazzberry Jam #9E0E42

RGB

 RED value IS 158 (62.11% from 255) = 66.39%

 GREEN value IS 14 (5.86% from 255) = 5.88%

 BLUE value IS 66 (26.17% from 255) = 27.73%

R = 66.39%
G = 5.88%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9E0E42 (or 0x9E0E42) is known color: Jazzberry Jam. HEX triplet: 9E, 0E and 42. RGB value is (158,14,66). Sum of RGB (Red+Green+Blue) = 158+14+66=238 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.39% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0E42 is #61F1BD. Grayscale: #3E3E3E. Windows color (decimal): -6418878 or 4329118. OLE color: 4329118.

HSL color Cylindrical-coordinate representation of color #9E0E42: hue angle of 338.33º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0E42 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 14 66 -
CMYK 0 0.91 0.58 0.38
HSL 338.33º 0.84% 0.34% -
HSV(B) 338.33º 0.91% 0.62% -
XYZ 15.24 7.98 5.89 -
YUV 62.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 158 14 66 0 0.91 0.58 0.38 338.33 0.84 0.34
Hex 9E E 42 0 5B 3A 26 152 54 22
Octal 236 16 102 0 133 72 46 522 124 42
Binary 10011110 1110 1000010 0 1011011 111010 100110 101010010 1010100 100010

Color Harmonies of #9E0E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0E42

Black with #9E0E42

Text Example


Text Example

White with #9E0E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,14,66); }

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

background-color css

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

 a { background-color: rgb(158,14,66); }

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

border-color css

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

 span { border-color: rgb(158,14,66); }

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