Html Css Color HEX #9E0A47 Jazzberry Jam

📋 copy color: '#9E0A47'

red 158 ◦ green 10 ◦ blue 71

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

Shades of Jazzberry Jam #9E0A47

Tints of Jazzberry Jam #9E0A47

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.18%

 BLUE value IS 71 (28.13% from 255) = 29.71%

R = 66.11%
G = 4.18%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9E0A47 (or 0x9E0A47) is known color: Jazzberry Jam. HEX triplet: 9E, 0A and 47. RGB value is (158,10,71). Sum of RGB (Red+Green+Blue) = 158+10+71=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0A47 is #61F5B8. Grayscale: #3D3D3D. Windows color (decimal): -6419897 or 4655774. OLE color: 4655774.

HSL color Cylindrical-coordinate representation of color #9E0A47: hue angle of 335.27º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0A47 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 10 71 -
CMYK 0 0.94 0.55 0.38
HSL 335.27º 0.88% 0.33% -
HSV(B) 335.27º 0.94% 0.62% -
XYZ 15.35 7.94 6.69 -
YUV 61.21 133.53 197.04 -
System Red Green Blue C M Y K H S L
Decimal 158 10 71 0 0.94 0.55 0.38 335.27 0.88 0.33
Hex 9E A 47 0 5E 37 26 14F 58 21
Octal 236 12 107 0 136 67 46 517 130 41
Binary 10011110 1010 1000111 0 1011110 110111 100110 101001111 1011000 100001

Color Harmonies of #9E0A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0A47

Black with #9E0A47

Text Example


Text Example

White with #9E0A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,10,71); }

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

background-color css

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

 a { background-color: rgb(158,10,71); }

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

border-color css

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

 span { border-color: rgb(158,10,71); }

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