#850910

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

Shades of Sangria #850910

Tints of Sangria #850910

Color information

#850910 (or 0x850910) is unknown color: approx Sangria. HEX triplet: 85, 09 and 10. RGB value is (133,9,16). Sum of RGB (Red+Green+Blue) = 133+9+16=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #850910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850910 is #7AF6EF. Grayscale: #2E2E2E. Windows color (decimal): -8058608 or 1051013. OLE color: 1051013.

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

Color convert

RGB133916-
CMYK00.930.880.48
HSL356.61º87.32%27.84%-
HSV(B)356.61º93.23%52.16%-
XYZ9.865.220.98-
YUV46.87110.58189.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 84.18%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=84.18%
G=5.70%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13391600.930.880.48356.6187.3227.84
Hex8591005D5830165571c
Octal205112001351306054512734
Binary10000101100110000010111011011000110000101100101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850910; }

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

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

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

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

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

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

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

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