#9E0837

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

Shades of Carmine #9E0837

Tints of Carmine #9E0837

Color information

#9E0837 (or 0x9E0837) is unknown color: approx Carmine. HEX triplet: 9E, 08 and 37. RGB value is (158,8,55). Sum of RGB (Red+Green+Blue) = 158+8+55=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0837 is #61F7C8. Grayscale: #3A3A3A. Windows color (decimal): -6420425 or 3606686. OLE color: 3606686.

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

Color convert

RGB158855-
CMYK00.950.650.38
HSL341.2º90.36%32.55%-
HSV(B)341.2º94.94%61.96%-
XYZ14.887.724.32-
YUV58.21126.2199.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.49%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 55 (21.88% from 255) = 24.89%
R=71.49%
G=3.62%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15885500.950.650.38341.290.3632.55
Hex9E83705F41261555a21
Octal236106701371014652513241
Binary1001111010001101110101111110000011001101010101011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,8,55); }

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

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

 a { background-color: rgb(158,8,55); }

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

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

 span { border-color: rgb(158,8,55); }

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