#8f0817

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

Shades of Carmine #8F0817

Tints of Carmine #8F0817

Color information

#8F0817 (or 0x8F0817) is unknown color: approx Carmine. HEX triplet: 8F, 08 and 17. RGB value is (143,8,23). Sum of RGB (Red+Green+Blue) = 143+8+23=174 (23% of max value = 765). Red value is 143 (56.25% from 255 or 82.18% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0817 is #70F7E8. Grayscale: #323232. Windows color (decimal): -7403497 or 1509519. OLE color: 1509519.

HSL color Cylindrical-coordinate representation of color #8F0817: hue angle of 353.33º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0817 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB143823-
CMYK00.940.840.44
HSL353.33º89.4%29.61%-
HSV(B)353.33º94.41%56.08%-
XYZ11.576.081.37-
YUV50.08112.73194.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 82.18%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 23 (9.38% from 255) = 13.22%
R=82.18%
G=4.60%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14382300.940.840.44353.3389.429.61
Hex8F81705E542C161591e
Octal217102701361245454113136
Binary10001111100010111010111101010100101100101100001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f0817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,8,23); }

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

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

 a { background-color: rgb(143,8,23); }

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

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

 span { border-color: rgb(143,8,23); }

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