#8b1305

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

Shades of Dark Red #8B1305

Tints of Dark Red #8B1305

Color information

#8B1305 (or 0x8B1305) is unknown color: approx Dark Red. HEX triplet: 8B, 13 and 05. RGB value is (139,19,5). Sum of RGB (Red+Green+Blue) = 139+19+5=163 (21% of max value = 765). Red value is 139 (54.69% from 255 or 85.28% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1305 is #74ECFA. Grayscale: #353535. Windows color (decimal): -7662843 or 332683. OLE color: 332683.

HSL color Cylindrical-coordinate representation of color #8B1305: hue angle of 6.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B1305 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB139195-
CMYK00.860.960.45
HSL6.27º93.06%28.24%-
HSV(B)6.27º96.4%54.51%-
XYZ10.915.970.72-
YUV53.28100.76189.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 85.28%
GREEN value IS 19 (7.81% from 255) = 11.66%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=85.28%
G=11.66%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13919500.860.960.456.2793.0628.24
Hex8B135056602D65d1c
Octal213235012614055613534
Binary1000101110011101010101101100000101101110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,19,5); }

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

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

 a { background-color: rgb(139,19,5); }

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

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

 span { border-color: rgb(139,19,5); }

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