#9E0539

Color #9E0539 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #9E0539

Tints of Carmine #9E0539

Color information

#9E0539 (or 0x9E0539) is unknown color: approx Carmine. HEX triplet: 9E, 05 and 39. RGB value is (158,5,57). Sum of RGB (Red+Green+Blue) = 158+5+57=220 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.82% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0539 is #61FAC6. Grayscale: #383838. Windows color (decimal): -6421191 or 3736990. OLE color: 3736990.

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

Color convert

RGB158557-
CMYK00.970.640.38
HSL339.61º93.87%31.96%-
HSV(B)339.61º96.84%61.96%-
XYZ14.897.674.57-
YUV56.68128.19200.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.82%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 57 (22.66% from 255) = 25.91%
R=71.82%
G=2.27%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15855700.970.640.38339.6193.8731.96
Hex9E53906140261545e20
Octal23657101411004652413640
Binary100111101011110010110000110000001001101010101001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,5,57); }

 H1.HeaderClassName
 {
   color: #9E0539;
 }
 .AnyTagClassName
 {
   color: #9E0539;
 }
</style>
background-color css

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

 a { background-color: rgb(158,5,57); }

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

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

 span { border-color: rgb(158,5,57); }

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