#8B0802

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

Shades of Dark Red #8B0802

Tints of Dark Red #8B0802

Color information

#8B0802 (or 0x8B0802) is unknown color: approx Dark Red. HEX triplet: 8B, 08 and 02. RGB value is (139,8,2). Sum of RGB (Red+Green+Blue) = 139+8+2=149 (19% of max value = 765). Red value is 139 (54.69% from 255 or 93.29% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0802 is #74F7FD. Grayscale: #2E2E2E. Windows color (decimal): -7665662 or 133259. OLE color: 133259.

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

Color convert

RGB13982-
CMYK00.940.990.45
HSL2.63º97.16%27.65%-
HSV(B)2.63º98.56%54.51%-
XYZ10.755.670.58-
YUV46.48102.9193.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 93.29%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 2 (1.17% from 255) = 1.34%
R=93.29%
G=5.37%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398200.940.990.452.6397.1627.65
Hex8B8205E632D3611c
Octal213102013614355314134
Binary1000101110001001011110110001110110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,8,2); }

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

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

 a { background-color: rgb(139,8,2); }

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

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

 span { border-color: rgb(139,8,2); }

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