#850810

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

Shades of Sangria #850810

Tints of Sangria #850810

Color information

#850810 (or 0x850810) is unknown color: approx Sangria. HEX triplet: 85, 08 and 10. RGB value is (133,8,16). Sum of RGB (Red+Green+Blue) = 133+8+16=157 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.71% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 133 - color contains mainly: red. Hex color #850810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850810 is #7AF7EF. Grayscale: #2E2E2E. Windows color (decimal): -8058864 or 1050757. OLE color: 1050757.

HSL color Cylindrical-coordinate representation of color #850810: hue angle of 356.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850810 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB133816-
CMYK00.940.880.48
HSL356.16º88.65%27.65%-
HSV(B)356.16º93.98%52.16%-
XYZ9.855.20.97-
YUV46.29110.91189.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 84.71%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 16 (6.64% from 255) = 10.19%
R=84.71%
G=5.10%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13381600.940.880.48356.1688.6527.65
Hex8581005E5830164591c
Octal205102001361306054413134
Binary10000101100010000010111101011000110000101100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850810; }

 p { color: rgb(133,8,16); }

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

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

 a { background-color: rgb(133,8,16); }

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

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

 span { border-color: rgb(133,8,16); }

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