#850812

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

Shades of Sangria #850812

Tints of Sangria #850812

Color information

#850812 (or 0x850812) is unknown color: approx Sangria. HEX triplet: 85, 08 and 12. RGB value is (133,8,18). Sum of RGB (Red+Green+Blue) = 133+8+18=159 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.65% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 133 - color contains mainly: red. Hex color #850812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850812 is #7AF7ED. Grayscale: #2E2E2E. Windows color (decimal): -8058862 or 1181829. OLE color: 1181829.

HSL color Cylindrical-coordinate representation of color #850812: hue angle of 355.2º 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 #850812 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB133818-
CMYK00.940.860.48
HSL355.2º88.65%27.65%-
HSV(B)355.2º93.98%52.16%-
XYZ9.875.21.06-
YUV46.51111.91189.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 83.65%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=83.65%
G=5.03%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13381800.940.860.48355.288.6527.65
Hex8581205E5630163591c
Octal205102201361266054313134
Binary10000101100010010010111101010110110000101100011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850812; }

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

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

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

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

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

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

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

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