#8B040F

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

Shades of Sangria #8B040F

Tints of Sangria #8B040F

Color information

#8B040F (or 0x8B040F) is unknown color: approx Sangria. HEX triplet: 8B, 04 and 0F. RGB value is (139,4,15). Sum of RGB (Red+Green+Blue) = 139+4+15=158 (20% of max value = 765). Red value is 139 (54.69% from 255 or 87.97% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 139 - color contains mainly: red. Hex color #8B040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B040F is #74FBF0. Grayscale: #2D2D2D. Windows color (decimal): -7666673 or 984203. OLE color: 984203.

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

Color convert

RGB139415-
CMYK00.970.890.45
HSL355.11º94.41%28.04%-
HSV(B)355.11º97.12%54.51%-
XYZ10.785.610.97-
YUV45.62110.73194.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 87.97%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 15 (6.25% from 255) = 9.49%
R=87.97%
G=2.53%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13941500.970.890.45355.1194.4128.04
Hex8B4F061592D1635e1c
Octal21341701411315554313634
Binary100010111001111011000011011001101101101100011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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