#8A0512

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

Shades of Sangria #8A0512

Tints of Sangria #8A0512

Color information

#8A0512 (or 0x8A0512) is unknown color: approx Sangria. HEX triplet: 8A, 05 and 12. RGB value is (138,5,18). Sum of RGB (Red+Green+Blue) = 138+5+18=161 (21% of max value = 765). Red value is 138 (54.30% from 255 or 85.71% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0512 is #75FAED. Grayscale: #2E2E2E. Windows color (decimal): -7731950 or 1181066. OLE color: 1181066.

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

Color convert

RGB138518-
CMYK00.960.870.46
HSL354.14º93.01%28.04%-
HSV(B)354.14º96.38%54.12%-
XYZ10.645.561.08-
YUV46.25112.06193.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 85.71%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 18 (7.42% from 255) = 11.18%
R=85.71%
G=3.11%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13851800.960.870.46354.1493.0128.04
Hex8A512060572E1625d1c
Octal21252201401275654213534
Binary1000101010110010011000001010111101110101100010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,5,18); }

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

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

 a { background-color: rgb(138,5,18); }

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

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

 span { border-color: rgb(138,5,18); }

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