Html Css Color HEX #9E0C41 Jazzberry Jam

📋 copy color: '#9E0C41'

red 158 ◦ green 12 ◦ blue 65

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

Shades of Jazzberry Jam #9E0C41

Tints of Jazzberry Jam #9E0C41

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.11%

 BLUE value IS 65 (25.78% from 255) = 27.66%

R = 67.23%
G = 5.11%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9E0C41 (or 0x9E0C41) is known color: Jazzberry Jam. HEX triplet: 9E, 0C and 41. RGB value is (158,12,65). Sum of RGB (Red+Green+Blue) = 158+12+65=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0C41 is #61F3BE. Grayscale: #3D3D3D. Windows color (decimal): -6419391 or 4263070. OLE color: 4263070.

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

Color convert

RGB 158 12 65 -
CMYK 0 0.92 0.59 0.38
HSL 338.22º 0.86% 0.33% -
HSV(B) 338.22º 0.92% 0.62% -
XYZ 15.19 7.91 5.73 -
YUV 61.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 158 12 65 0 0.92 0.59 0.38 338.22 0.86 0.33
Hex 9E C 41 0 5C 3B 26 152 56 21
Octal 236 14 101 0 134 73 46 522 126 41
Binary 10011110 1100 1000001 0 1011100 111011 100110 101010010 1010110 100001

Color Harmonies of #9E0C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C41

Black with #9E0C41

Text Example


Text Example

White with #9E0C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,12,65); }

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

background-color css

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

 a { background-color: rgb(158,12,65); }

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

border-color css

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

 span { border-color: rgb(158,12,65); }

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