#85446F

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

Shades of Cosmic #85446F

Tints of Cosmic #85446F

Color information

#85446F (or 0x85446F) is unknown color: approx Cosmic. HEX triplet: 85, 44 and 6F. RGB value is (133,68,111). Sum of RGB (Red+Green+Blue) = 133+68+111=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85446F is #7ABB90. Grayscale: #5C5C5C. Windows color (decimal): -8043409 or 7292037. OLE color: 7292037.

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

Color convert

RGB13368111-
CMYK00.490.170.48
HSL320.31º32.34%39.41%-
HSV(B)320.31º48.87%52.16%-
XYZ14.6110.2716.25-
YUV92.34138.53157-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=42.63%
G=21.79%
B=35.58%

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
Decimal1336811100.490.170.48320.3132.3439.41
Hex85446F03111301402027
Octal20510415706121605004047
Binary1000010110001001101111011000110001110000101000000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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