#8B040E

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

Shades of Sangria #8B040E

Tints of Sangria #8B040E

Color information

#8B040E (or 0x8B040E) is unknown color: approx Sangria. HEX triplet: 8B, 04 and 0E. RGB value is (139,4,14). Sum of RGB (Red+Green+Blue) = 139+4+14=157 (20% of max value = 765). Red value is 139 (54.69% from 255 or 88.54% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 139 - color contains mainly: red. Hex color #8B040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B040E is #74FBF1. Grayscale: #2D2D2D. Windows color (decimal): -7666674 or 918667. OLE color: 918667.

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

Color convert

RGB139414-
CMYK00.970.900.45
HSL355.56º94.41%28.04%-
HSV(B)355.56º97.12%54.51%-
XYZ10.775.610.93-
YUV45.5110.23194.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 88.54%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 14 (5.86% from 255) = 8.92%
R=88.54%
G=2.55%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13941400.970.900.45355.5694.4128.04
Hex8B4E0615A2D1645e1c
Octal21341601411325554413634
Binary100010111001110011000011011010101101101100100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,4,14); }

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

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

 a { background-color: rgb(139,4,14); }

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

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

 span { border-color: rgb(139,4,14); }

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