#85415C

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

Shades of Cosmic #85415C

Tints of Cosmic #85415C

Color information

#85415C (or 0x85415C) is unknown color: approx Cosmic. HEX triplet: 85, 41 and 5C. RGB value is (133,65,92). Sum of RGB (Red+Green+Blue) = 133+65+92=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85415C is #7ABEA3. Grayscale: #585858. Windows color (decimal): -8044196 or 6046085. OLE color: 6046085.

HSL color Cylindrical-coordinate representation of color #85415C: hue angle of 336.18º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85415C is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1336592-
CMYK00.510.310.48
HSL336.18º34.34%38.82%-
HSV(B)336.18º51.13%52.16%-
XYZ13.499.5411.26-
YUV88.41130.03159.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=45.86%
G=22.41%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133659200.510.310.48336.1834.3438.82
Hex85415C0331F301502227
Octal20510113406337605204247
Binary1000010110000011011100011001111111110000101010000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85415C; }

 p { color: rgb(133,65,92); }

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

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

 a { background-color: rgb(133,65,92); }

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

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

 span { border-color: rgb(133,65,92); }

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