#8A0105

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

Shades of Sangria #8A0105

Tints of Sangria #8A0105

Color information

#8A0105 (or 0x8A0105) is unknown color: approx Sangria. HEX triplet: 8A, 01 and 05. RGB value is (138,1,5). Sum of RGB (Red+Green+Blue) = 138+1+5=144 (19% of max value = 765). Red value is 138 (54.30% from 255 or 95.83% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0105 is #75FEFA. Grayscale: #2A2A2A. Windows color (decimal): -7732987 or 328074. OLE color: 328074.

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

Color convert

RGB13815-
CMYK00.990.960.46
HSL358.25º98.56%27.25%-
HSV(B)358.25º99.28%54.12%-
XYZ10.525.440.64-
YUV42.42106.89196.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 95.83%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 5 (2.34% from 255) = 3.47%
R=95.83%
G=0.69%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381500.990.960.46358.2598.5627.25
Hex8A15063602E166631b
Octal2121501431405654614333
Binary100010101101011000111100000101110101100110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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