#8E071B

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

Shades of Carmine #8E071B

Tints of Carmine #8E071B

Color information

#8E071B (or 0x8E071B) is unknown color: approx Carmine. HEX triplet: 8E, 07 and 1B. RGB value is (142,7,27). Sum of RGB (Red+Green+Blue) = 142+7+27=176 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.68% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 142 - color contains mainly: red. Hex color #8E071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E071B is #71F8E4. Grayscale: #313131. Windows color (decimal): -7469285 or 1771406. OLE color: 1771406.

HSL color Cylindrical-coordinate representation of color #8E071B: hue angle of 351.11º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E071B is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB142727-
CMYK00.950.810.44
HSL351.11º90.6%29.22%-
HSV(B)351.11º95.07%55.69%-
XYZ11.435.981.59-
YUV49.64115.23193.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 80.68%
GREEN value IS 7 (3.12% from 255) = 3.98%
BLUE value IS 27 (10.94% from 255) = 15.34%
R=80.68%
G=3.98%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14272700.950.810.44351.1190.629.22
Hex8E71B05F512C15f5b1d
Octal21673301371215453713335
Binary1000111011111011010111111010001101100101011111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E071B; }

 p { color: rgb(142,7,27); }

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

<style>
 a { background-color: #8E071B; }

 a { background-color: rgb(142,7,27); }

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

<style>
 span { border-color: #8E071B; }

 span { border-color: rgb(142,7,27); }

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