#8B010A

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

Shades of Sangria #8B010A

Tints of Sangria #8B010A

Color information

#8B010A (or 0x8B010A) is unknown color: approx Sangria. HEX triplet: 8B, 01 and 0A. RGB value is (139,1,10). Sum of RGB (Red+Green+Blue) = 139+1+10=150 (19% of max value = 765). Red value is 139 (54.69% from 255 or 92.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 139 - color contains mainly: red. Hex color #8B010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B010A is #74FEF5. Grayscale: #2B2B2B. Windows color (decimal): -7667446 or 655755. OLE color: 655755.

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

Color convert

RGB139110-
CMYK00.990.930.45
HSL356.09º98.57%27.45%-
HSV(B)356.09º99.28%54.51%-
XYZ10.715.530.79-
YUV43.29109.22196.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 92.67%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 10 (4.30% from 255) = 6.67%
R=92.67%
G=0.67%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911000.990.930.45356.0998.5727.45
Hex8B1A0635D2D164631b
Octal21311201431355554414333
Binary1000101111010011000111011101101101101100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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