#8F1405

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

Shades of Dark Red #8F1405

Tints of Dark Red #8F1405

Color information

#8F1405 (or 0x8F1405) is unknown color: approx Dark Red. HEX triplet: 8F, 14 and 05. RGB value is (143,20,5). Sum of RGB (Red+Green+Blue) = 143+20+5=168 (22% of max value = 765). Red value is 143 (56.25% from 255 or 85.12% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1405 is #70EBFA. Grayscale: #373737. Windows color (decimal): -7400443 or 332943. OLE color: 332943.

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

Color convert

RGB143205-
CMYK00.860.970.44
HSL6.52º93.24%29.02%-
HSV(B)6.52º96.5%56.08%-
XYZ11.616.350.76-
YUV55.0799.75190.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 85.12%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=85.12%
G=11.90%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14320500.860.970.446.5293.2429.02
Hex8F145056612C75d1d
Octal217245012614154713535
Binary1000111110100101010101101100001101100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,20,5); }

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

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

 a { background-color: rgb(143,20,5); }

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

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

 span { border-color: rgb(143,20,5); }

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