#8A0B13

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

Shades of Sangria #8A0B13

Tints of Sangria #8A0B13

Color information

#8A0B13 (or 0x8A0B13) is unknown color: approx Sangria. HEX triplet: 8A, 0B and 13. RGB value is (138,11,19). Sum of RGB (Red+Green+Blue) = 138+11+19=168 (22% of max value = 765). Red value is 138 (54.30% from 255 or 82.14% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0B13 is #75F4EC. Grayscale: #313131. Windows color (decimal): -7730413 or 1248138. OLE color: 1248138.

HSL color Cylindrical-coordinate representation of color #8A0B13: hue angle of 356.22º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A0B13 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB1381119-
CMYK00.920.860.46
HSL356.22º85.23%29.22%-
HSV(B)356.22º92.03%54.12%-
XYZ10.725.691.15-
YUV49.88110.58190.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 82.14%
GREEN value IS 11 (4.69% from 255) = 6.55%
BLUE value IS 19 (7.81% from 255) = 11.31%
R=82.14%
G=6.55%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138111900.920.860.46356.2285.2329.22
Hex8AB1305C562E164551d
Octal212132301341265654412535
Binary10001010101110011010111001010110101110101100100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,11,19); }

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

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

 a { background-color: rgb(138,11,19); }

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

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

 span { border-color: rgb(138,11,19); }

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