#85314F

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

Shades of Disco #85314F

Tints of Disco #85314F

Color information

#85314F (or 0x85314F) is unknown color: approx Disco. HEX triplet: 85, 31 and 4F. RGB value is (133,49,79). Sum of RGB (Red+Green+Blue) = 133+49+79=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85314F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85314F is #7ACEB0. Grayscale: #4D4D4D. Windows color (decimal): -8048305 or 5190021. OLE color: 5190021.

HSL color Cylindrical-coordinate representation of color #85314F: hue angle of 338.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85314F is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1334979-
CMYK00.630.410.48
HSL338.57º46.15%35.69%-
HSV(B)338.57º63.16%52.16%-
XYZ12.187.758.25-
YUV77.54128.83167.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=50.96%
G=18.77%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133497900.630.410.48338.5746.1535.69
Hex85314F03F29301532e24
Octal2056111707751605235644
Binary1000010111000110011110111111101001110000101010011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,49,79); }

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

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

 a { background-color: rgb(133,49,79); }

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

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

 span { border-color: rgb(133,49,79); }

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