#85060A

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

Shades of Sangria #85060A

Tints of Sangria #85060A

Color information

#85060A (or 0x85060A) is unknown color: approx Sangria. HEX triplet: 85, 06 and 0A. RGB value is (133,6,10). Sum of RGB (Red+Green+Blue) = 133+6+10=149 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.26% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 133 - color contains mainly: red. Hex color #85060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85060A is #7AF9F5. Grayscale: #2C2C2C. Windows color (decimal): -8059382 or 657029. OLE color: 657029.

HSL color Cylindrical-coordinate representation of color #85060A: hue angle of 358.11º degrees, saturation: 0.91, 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 #85060A is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB133610-
CMYK00.950.920.48
HSL358.11º91.37%27.25%-
HSV(B)358.11º95.49%52.16%-
XYZ9.795.140.76-
YUV44.43108.58191.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 89.26%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=89.26%
G=4.03%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13361000.950.920.48358.1191.3727.25
Hex856A05F5C301665b1b
Octal20561201371346054613333
Binary100001011101010010111111011100110000101100110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85060A; }

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

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

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

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

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

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

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

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