#85415E

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

Shades of Cosmic #85415E

Tints of Cosmic #85415E

Color information

#85415E (or 0x85415E) is unknown color: approx Cosmic. HEX triplet: 85, 41 and 5E. RGB value is (133,65,94). Sum of RGB (Red+Green+Blue) = 133+65+94=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85415E is #7ABEA1. Grayscale: #585858. Windows color (decimal): -8044194 or 6177157. OLE color: 6177157.

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

Color convert

RGB1336594-
CMYK00.510.290.48
HSL334.41º34.34%38.82%-
HSV(B)334.41º51.13%52.16%-
XYZ13.589.5811.72-
YUV88.64131.03159.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=45.55%
G=22.26%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133659400.510.290.48334.4134.3438.82
Hex85415E0331D3014e2227
Octal20510113606335605164247
Binary1000010110000011011110011001111101110000101001110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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