#850010

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

Shades of Sangria #850010

Tints of Sangria #850010

Color information

#850010 (or 0x850010) is unknown color: approx Sangria. HEX triplet: 85, 00 and 10. RGB value is (133,0,16). Sum of RGB (Red+Green+Blue) = 133+0+16=149 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.26% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 133 - color contains mainly: red. Hex color #850010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850010 is #7AFFEF. Grayscale: #292929. Windows color (decimal): -8060912 or 1048709. OLE color: 1048709.

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

Color convert

RGB133016-
CMYK010.880.48
HSL352.78º100%26.08%-
HSV(B)352.78º100%52.16%-
XYZ9.775.020.95-
YUV41.59113.56193.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 89.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 10.74%
R=89.26%
G=0%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133016010.880.48352.7810026.08
Hex850100645830161641a
Octal20502001441306054114432
Binary10000101010000011001001011000110000101100001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850010; }

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

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

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

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

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

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

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

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