#8B070F

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

Shades of Sangria #8B070F

Tints of Sangria #8B070F

Color information

#8B070F (or 0x8B070F) is unknown color: approx Sangria. HEX triplet: 8B, 07 and 0F. RGB value is (139,7,15). Sum of RGB (Red+Green+Blue) = 139+7+15=161 (21% of max value = 765). Red value is 139 (54.69% from 255 or 86.34% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 139 - color contains mainly: red. Hex color #8B070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B070F is #74F8F0. Grayscale: #2F2F2F. Windows color (decimal): -7665905 or 984971. OLE color: 984971.

HSL color Cylindrical-coordinate representation of color #8B070F: hue angle of 356.36º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B070F is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB139715-
CMYK00.950.890.45
HSL356.36º90.41%28.63%-
HSV(B)356.36º94.96%54.51%-
XYZ10.815.680.98-
YUV47.38109.73193.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 86.34%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 15 (6.25% from 255) = 9.32%
R=86.34%
G=4.35%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13971500.950.890.45356.3690.4128.63
Hex8B7F05F592D1645a1d
Octal21371701371315554413235
Binary100010111111111010111111011001101101101100100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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