#9E081F

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

Shades of Carmine #9E081F

Tints of Carmine #9E081F

Color information

#9E081F (or 0x9E081F) is unknown color: approx Carmine. HEX triplet: 9E, 08 and 1F. RGB value is (158,8,31). Sum of RGB (Red+Green+Blue) = 158+8+31=197 (26% of max value = 765). Red value is 158 (62.11% from 255 or 80.20% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 158 - color contains mainly: red. Hex color #9E081F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E081F is #61F7E0. Grayscale: #373737. Windows color (decimal): -6420449 or 2033822. OLE color: 2033822.

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

Color convert

RGB158831-
CMYK00.950.800.38
HSL350.8º90.36%32.55%-
HSV(B)350.8º94.94%61.96%-
XYZ14.437.541.99-
YUV55.47114.2201.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 80.20%
GREEN value IS 8 (3.52% from 255) = 4.06%
BLUE value IS 31 (12.5% from 255) = 15.74%
R=80.20%
G=4.06%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15883100.950.800.38350.890.3632.55
Hex9E81F05F502615f5a21
Octal236103701371204653713241
Binary100111101000111110101111110100001001101010111111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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