#8A1014

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

Shades of Sangria #8A1014

Tints of Sangria #8A1014

Color information

#8A1014 (or 0x8A1014) is unknown color: approx Sangria. HEX triplet: 8A, 10 and 14. RGB value is (138,16,20). Sum of RGB (Red+Green+Blue) = 138+16+20=174 (23% of max value = 765). Red value is 138 (54.30% from 255 or 79.31% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1014 is #75EFEB. Grayscale: #353535. Windows color (decimal): -7729132 or 1314954. OLE color: 1314954.

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

Color convert

RGB1381620-
CMYK00.880.860.46
HSL358.03º79.22%30.2%-
HSV(B)358.03º88.41%54.12%-
XYZ10.795.821.22-
YUV52.93109.42188.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 79.31%
GREEN value IS 16 (6.64% from 255) = 9.20%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=79.31%
G=9.20%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138162000.880.860.46358.0379.2230.2
Hex8A1014058562E1664f1e
Octal212202401301265654611736
Binary100010101000010100010110001010110101110101100110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,16,20); }

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

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

 a { background-color: rgb(138,16,20); }

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

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

 span { border-color: rgb(138,16,20); }

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