#8B0814

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

Shades of Sangria #8B0814

Tints of Sangria #8B0814

Color information

#8B0814 (or 0x8B0814) is unknown color: approx Sangria. HEX triplet: 8B, 08 and 14. RGB value is (139,8,20). Sum of RGB (Red+Green+Blue) = 139+8+20=167 (22% of max value = 765). Red value is 139 (54.69% from 255 or 83.23% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0814 is #74F7EB. Grayscale: #303030. Windows color (decimal): -7665644 or 1312907. OLE color: 1312907.

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

Color convert

RGB139820-
CMYK00.940.860.45
HSL354.5º89.12%28.82%-
HSV(B)354.5º94.24%54.51%-
XYZ10.865.711.19-
YUV48.54111.9192.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 83.23%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=83.23%
G=4.79%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13982000.940.860.45354.589.1228.82
Hex8B81405E562D163591d
Octal213102401361265554313135
Binary10001011100010100010111101010110101101101100011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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