#85416E

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

Shades of Cosmic #85416E

Tints of Cosmic #85416E

Color information

#85416E (or 0x85416E) is unknown color: approx Cosmic. HEX triplet: 85, 41 and 6E. RGB value is (133,65,110). Sum of RGB (Red+Green+Blue) = 133+65+110=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85416E is #7ABE91. Grayscale: #5A5A5A. Windows color (decimal): -8044178 or 7225733. OLE color: 7225733.

HSL color Cylindrical-coordinate representation of color #85416E: hue angle of 320.29º 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 #85416E is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13365110-
CMYK00.510.170.48
HSL320.29º34.34%38.82%-
HSV(B)320.29º51.13%52.16%-
XYZ14.389.8915.9-
YUV90.46139.03158.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=43.18%
G=21.10%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336511000.510.170.48320.2934.3438.82
Hex85416E03311301402227
Octal20510115606321605004247
Binary1000010110000011101110011001110001110000101000000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85416E; }

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

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

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

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

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

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

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

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