#850506

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

Shades of Sangria #850506

Tints of Sangria #850506

Color information

#850506 (or 0x850506) is unknown color: approx Sangria. HEX triplet: 85, 05 and 06. RGB value is (133,5,6). Sum of RGB (Red+Green+Blue) = 133+5+6=144 (19% of max value = 765). Red value is 133 (52.34% from 255 or 92.36% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 133 - color contains mainly: red. Hex color #850506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850506 is #7AFAF9. Grayscale: #2B2B2B. Windows color (decimal): -8059642 or 394629. OLE color: 394629.

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

Color convert

RGB13356-
CMYK00.960.950.48
HSL359.53º92.75%27.06%-
HSV(B)359.53º96.24%52.16%-
XYZ9.765.110.64-
YUV43.39106.91191.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 92.36%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 6 (2.73% from 255) = 4.17%
R=92.36%
G=3.47%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335600.960.950.48359.5392.7527.06
Hex85560605F301685d1b
Octal2055601401376055013533
Binary10000101101110011000001011111110000101101000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850506; }

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

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

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

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

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

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

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

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