#85070F

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

Shades of Sangria #85070F

Tints of Sangria #85070F

Color information

#85070F (or 0x85070F) is unknown color: approx Sangria. HEX triplet: 85, 07 and 0F. RGB value is (133,7,15). Sum of RGB (Red+Green+Blue) = 133+7+15=155 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.81% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 133 - color contains mainly: red. Hex color #85070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85070F is #7AF8F0. Grayscale: #2D2D2D. Windows color (decimal): -8059121 or 984965. OLE color: 984965.

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

Color convert

RGB133715-
CMYK00.950.890.48
HSL356.19º90%27.45%-
HSV(B)356.19º94.74%52.16%-
XYZ9.845.170.93-
YUV45.59110.74190.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 85.81%
GREEN value IS 7 (3.12% from 255) = 4.52%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=85.81%
G=4.52%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13371500.950.890.48356.199027.45
Hex857F05F59301645a1b
Octal20571701371316054413233
Binary100001011111111010111111011001110000101100100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85070F; }

 p { color: rgb(133,7,15); }

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

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

 a { background-color: rgb(133,7,15); }

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

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

 span { border-color: rgb(133,7,15); }

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