#850815

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

Shades of Sangria #850815

Tints of Sangria #850815

Color information

#850815 (or 0x850815) is unknown color: approx Sangria. HEX triplet: 85, 08 and 15. RGB value is (133,8,21). Sum of RGB (Red+Green+Blue) = 133+8+21=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #850815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850815 is #7AF7EA. Grayscale: #2E2E2E. Windows color (decimal): -8058859 or 1378437. OLE color: 1378437.

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

Color convert

RGB133821-
CMYK00.940.840.48
HSL353.76º88.65%27.65%-
HSV(B)353.76º93.98%52.16%-
XYZ9.95.211.19-
YUV46.86113.41189.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 82.10%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=82.10%
G=4.94%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13382100.940.840.48353.7688.6527.65
Hex8581505E5430162591c
Octal205102501361246054213134
Binary10000101100010101010111101010100110000101100010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850815; }

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

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

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

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

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

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

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

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