#8A050D

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

Shades of Sangria #8A050D

Tints of Sangria #8A050D

Color information

#8A050D (or 0x8A050D) is unknown color: approx Sangria. HEX triplet: 8A, 05 and 0D. RGB value is (138,5,13). Sum of RGB (Red+Green+Blue) = 138+5+13=156 (20% of max value = 765). Red value is 138 (54.30% from 255 or 88.46% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 138 - color contains mainly: red. Hex color #8A050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A050D is #75FAF2. Grayscale: #2D2D2D. Windows color (decimal): -7731955 or 853386. OLE color: 853386.

HSL color Cylindrical-coordinate representation of color #8A050D: hue angle of 356.39º 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 #8A050D is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB138513-
CMYK00.960.910.46
HSL356.39º93.01%28.04%-
HSV(B)356.39º96.38%54.12%-
XYZ10.615.540.89-
YUV45.68109.56193.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 88.46%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 13 (5.47% from 255) = 8.33%
R=88.46%
G=3.21%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13851300.960.910.46356.3993.0128.04
Hex8A5D0605B2E1645d1c
Octal21251501401335654413534
Binary100010101011101011000001011011101110101100100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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