#9e1227

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

Shades of Carmine #9E1227

Tints of Carmine #9E1227

Color information

#9E1227 (or 0x9E1227) is unknown color: approx Carmine. HEX triplet: 9E, 12 and 27. RGB value is (158,18,39). Sum of RGB (Red+Green+Blue) = 158+18+39=215 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.49% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1227 is #61EDD8. Grayscale: #3E3E3E. Windows color (decimal): -6417881 or 2560670. OLE color: 2560670.

HSL color Cylindrical-coordinate representation of color #9E1227: hue angle of 351º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1227 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB1581839-
CMYK00.890.750.38
HSL351º79.55%34.51%-
HSV(B)351º88.61%61.96%-
XYZ14.687.852.66-
YUV62.25114.88196.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 73.49%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 39 (15.62% from 255) = 18.14%
R=73.49%
G=8.37%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158183900.890.750.3835179.5534.51
Hex9E12270594B2615f5023
Octal236224701311134653712043
Binary10011110100101001110101100110010111001101010111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e1227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,18,39); }

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

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

 a { background-color: rgb(158,18,39); }

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

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

 span { border-color: rgb(158,18,39); }

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