#9E0533

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

Shades of Carmine #9E0533

Tints of Carmine #9E0533

Color information

#9E0533 (or 0x9E0533) is unknown color: approx Carmine. HEX triplet: 9E, 05 and 33. RGB value is (158,5,51). Sum of RGB (Red+Green+Blue) = 158+5+51=214 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.83% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0533 is #61FACC. Grayscale: #373737. Windows color (decimal): -6421197 or 3343774. OLE color: 3343774.

HSL color Cylindrical-coordinate representation of color #9E0533: hue angle of 341.96º 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 #9E0533 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB158551-
CMYK00.970.680.38
HSL341.96º93.87%31.96%-
HSV(B)341.96º96.84%61.96%-
XYZ14.757.623.82-
YUV55.99125.19200.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 73.83%
GREEN value IS 5 (2.34% from 255) = 2.34%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=73.83%
G=2.34%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15855100.970.680.38341.9693.8731.96
Hex9E53306144261565e20
Octal23656301411044652613640
Binary100111101011100110110000110001001001101010101101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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