#850A13

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

Shades of Sangria #850A13

Tints of Sangria #850A13

Color information

#850A13 (or 0x850A13) is unknown color: approx Sangria. HEX triplet: 85, 0A and 13. RGB value is (133,10,19). Sum of RGB (Red+Green+Blue) = 133+10+19=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #850A13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850A13 is #7AF5EC. Grayscale: #2F2F2F. Windows color (decimal): -8058349 or 1247877. OLE color: 1247877.

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

Color convert

RGB1331019-
CMYK00.920.860.48
HSL355.61º86.01%28.04%-
HSV(B)355.61º92.48%52.16%-
XYZ9.95.251.11-
YUV47.8111.75188.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 82.10%
GREEN value IS 10 (4.30% from 255) = 6.17%
BLUE value IS 19 (7.81% from 255) = 11.73%
R=82.10%
G=6.17%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133101900.920.860.48355.6186.0128.04
Hex85A1305C5630164561c
Octal205122301341266054412634
Binary10000101101010011010111001010110110000101100100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850A13; }

 p { color: rgb(133,10,19); }

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

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

 a { background-color: rgb(133,10,19); }

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

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

 span { border-color: rgb(133,10,19); }

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