#8B050A

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

Shades of Sangria #8B050A

Tints of Sangria #8B050A

Color information

#8B050A (or 0x8B050A) is unknown color: approx Sangria. HEX triplet: 8B, 05 and 0A. RGB value is (139,5,10). Sum of RGB (Red+Green+Blue) = 139+5+10=154 (20% of max value = 765). Red value is 139 (54.69% from 255 or 90.26% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 139 - color contains mainly: red. Hex color #8B050A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B050A is #74FAF5. Grayscale: #2D2D2D. Windows color (decimal): -7666422 or 656779. OLE color: 656779.

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

Color convert

RGB139510-
CMYK00.960.930.45
HSL357.76º93.06%28.24%-
HSV(B)357.76º96.4%54.51%-
XYZ10.765.620.8-
YUV45.64107.89194.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 90.26%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 10 (4.30% from 255) = 6.49%
R=90.26%
G=3.25%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13951000.960.930.45357.7693.0628.24
Hex8B5A0605D2D1665d1c
Octal21351201401355554613534
Binary100010111011010011000001011101101101101100110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,5,10); }

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

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

 a { background-color: rgb(139,5,10); }

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

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

 span { border-color: rgb(139,5,10); }

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