#850509

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

Shades of Sangria #850509

Tints of Sangria #850509

Color information

#850509 (or 0x850509) is unknown color: approx Sangria. HEX triplet: 85, 05 and 09. RGB value is (133,5,9). Sum of RGB (Red+Green+Blue) = 133+5+9=147 (19% of max value = 765). Red value is 133 (52.34% from 255 or 90.48% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 133 - color contains mainly: red. Hex color #850509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850509 is #7AFAF6. Grayscale: #2B2B2B. Windows color (decimal): -8059639 or 591237. OLE color: 591237.

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

Color convert

RGB13359-
CMYK00.960.930.48
HSL358.12º92.75%27.06%-
HSV(B)358.12º96.24%52.16%-
XYZ9.785.110.73-
YUV43.73108.41191.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 90.48%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 9 (3.91% from 255) = 6.12%
R=90.48%
G=3.40%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335900.960.930.48358.1292.7527.06
Hex85590605D301665d1b
Octal20551101401356054613533
Binary100001011011001011000001011101110000101100110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850509; }

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

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

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

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

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

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

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

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