#8B0702

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

Shades of Dark Red #8B0702

Tints of Dark Red #8B0702

Color information

#8B0702 (or 0x8B0702) is unknown color: approx Dark Red. HEX triplet: 8B, 07 and 02. RGB value is (139,7,2). Sum of RGB (Red+Green+Blue) = 139+7+2=148 (19% of max value = 765). Red value is 139 (54.69% from 255 or 93.92% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0702 is #74F8FD. Grayscale: #2E2E2E. Windows color (decimal): -7665918 or 133003. OLE color: 133003.

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

Color convert

RGB13972-
CMYK00.950.990.45
HSL2.19º97.16%27.65%-
HSV(B)2.19º98.56%54.51%-
XYZ10.735.650.58-
YUV45.9103.23194.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 93.92%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=93.92%
G=4.73%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397200.950.990.452.1997.1627.65
Hex8B7205F632D2611c
Octal21372013714355214134
Binary100010111111001011111110001110110110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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