#9E0619

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

Shades of Carmine #9E0619

Tints of Carmine #9E0619

Color information

#9E0619 (or 0x9E0619) is unknown color: approx Carmine. HEX triplet: 9E, 06 and 19. RGB value is (158,6,25). Sum of RGB (Red+Green+Blue) = 158+6+25=189 (25% of max value = 765). Red value is 158 (62.11% from 255 or 83.60% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0619 is #61F9E6. Grayscale: #353535. Windows color (decimal): -6420967 or 1640094. OLE color: 1640094.

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

Color convert

RGB158625-
CMYK00.960.840.38
HSL352.5º92.68%32.16%-
HSV(B)352.5º96.2%61.96%-
XYZ14.347.471.61-
YUV53.61111.86202.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 83.60%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 25 (10.16% from 255) = 13.23%
R=83.60%
G=3.17%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15862500.960.840.38352.592.6832.16
Hex9E61906054261605d20
Octal23663101401244654013540
Binary10011110110110010110000010101001001101011000001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,6,25); }

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

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

 a { background-color: rgb(158,6,25); }

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

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

 span { border-color: rgb(158,6,25); }

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