#8A0607

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

Shades of Sangria #8A0607

Tints of Sangria #8A0607

Color information

#8A0607 (or 0x8A0607) is unknown color: approx Sangria. HEX triplet: 8A, 06 and 07. RGB value is (138,6,7). Sum of RGB (Red+Green+Blue) = 138+6+7=151 (20% of max value = 765). Red value is 138 (54.30% from 255 or 91.39% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0607 is #75F9F8. Grayscale: #2D2D2D. Windows color (decimal): -7731705 or 460426. OLE color: 460426.

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

Color convert

RGB13867-
CMYK00.960.950.46
HSL359.55º91.67%28.24%-
HSV(B)359.55º95.65%54.12%-
XYZ10.585.550.71-
YUV45.58106.23193.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 91.39%
GREEN value IS 6 (2.73% from 255) = 3.97%
BLUE value IS 7 (3.12% from 255) = 4.64%
R=91.39%
G=3.97%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386700.960.950.46359.5591.6728.24
Hex8A670605F2E1685c1c
Octal2126701401375655013434
Binary10001010110111011000001011111101110101101000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,6,7); }

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

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

 a { background-color: rgb(138,6,7); }

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

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

 span { border-color: rgb(138,6,7); }

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