#8B0602

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

Shades of Dark Red #8B0602

Tints of Dark Red #8B0602

Color information

#8B0602 (or 0x8B0602) is unknown color: approx Dark Red. HEX triplet: 8B, 06 and 02. RGB value is (139,6,2). Sum of RGB (Red+Green+Blue) = 139+6+2=147 (19% of max value = 765). Red value is 139 (54.69% from 255 or 94.56% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0602 is #74F9FD. Grayscale: #2D2D2D. Windows color (decimal): -7666174 or 132747. OLE color: 132747.

HSL color Cylindrical-coordinate representation of color #8B0602: hue angle of 1.75º 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 #8B0602 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB13962-
CMYK00.960.990.45
HSL1.75º97.16%27.65%-
HSV(B)1.75º98.56%54.51%-
XYZ10.725.620.58-
YUV45.31103.56194.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 94.56%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 2 (1.17% from 255) = 1.36%
R=94.56%
G=4.08%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396200.960.990.451.7597.1627.65
Hex8B62060632D2611c
Octal21362014014355214134
Binary100010111101001100000110001110110110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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