#8B0213

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

Shades of Sangria #8B0213

Tints of Sangria #8B0213

Color information

#8B0213 (or 0x8B0213) is unknown color: approx Sangria. HEX triplet: 8B, 02 and 13. RGB value is (139,2,19). Sum of RGB (Red+Green+Blue) = 139+2+19=160 (21% of max value = 765). Red value is 139 (54.69% from 255 or 86.88% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0213 is #74FDEC. Grayscale: #2C2C2C. Windows color (decimal): -7667181 or 1245835. OLE color: 1245835.

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

Color convert

RGB139219-
CMYK00.990.860.45
HSL352.55º97.16%27.65%-
HSV(B)352.55º98.56%54.51%-
XYZ10.795.581.12-
YUV44.9113.39195.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 86.88%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 19 (7.81% from 255) = 11.88%
R=86.88%
G=1.25%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13921900.990.860.45352.5597.1627.65
Hex8B213063562D161611c
Octal21322301431265554114134
Binary100010111010011011000111010110101101101100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,2,19); }

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

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

 a { background-color: rgb(139,2,19); }

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

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

 span { border-color: rgb(139,2,19); }

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