#9E1328

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

Shades of Carmine #9E1328

Tints of Carmine #9E1328

Color information

#9E1328 (or 0x9E1328) is unknown color: approx Carmine. HEX triplet: 9E, 13 and 28. RGB value is (158,19,40). Sum of RGB (Red+Green+Blue) = 158+19+40=217 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.81% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1328 is #61ECD7. Grayscale: #3F3F3F. Windows color (decimal): -6417624 or 2626462. OLE color: 2626462.

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

Color convert

RGB1581940-
CMYK00.880.750.38
HSL350.94º78.53%34.71%-
HSV(B)350.94º87.97%61.96%-
XYZ14.727.892.75-
YUV62.96115.05195.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 72.81%
GREEN value IS 19 (7.81% from 255) = 8.76%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=72.81%
G=8.76%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158194000.880.750.38350.9478.5334.71
Hex9E13280584B2615f4f23
Octal236235001301134653711743
Binary10011110100111010000101100010010111001101010111111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,19,40); }

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

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

 a { background-color: rgb(158,19,40); }

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

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

 span { border-color: rgb(158,19,40); }

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