#85446E

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

Shades of Cosmic #85446E

Tints of Cosmic #85446E

Color information

#85446E (or 0x85446E) is unknown color: approx Cosmic. HEX triplet: 85, 44 and 6E. RGB value is (133,68,110). Sum of RGB (Red+Green+Blue) = 133+68+110=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85446E is #7ABB91. Grayscale: #5C5C5C. Windows color (decimal): -8043410 or 7226501. OLE color: 7226501.

HSL color Cylindrical-coordinate representation of color #85446E: hue angle of 321.23º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85446E is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13368110-
CMYK00.490.170.48
HSL321.23º32.34%39.41%-
HSV(B)321.23º48.87%52.16%-
XYZ14.5510.2515.96-
YUV92.22138.03157.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 68 (26.95% from 255) = 21.86%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=42.77%
G=21.86%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336811000.490.170.48321.2332.3439.41
Hex85446E03111301412027
Octal20510415606121605014047
Binary1000010110001001101110011000110001110000101000001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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