#85425A

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

Shades of Cosmic #85425A

Tints of Cosmic #85425A

Color information

#85425A (or 0x85425A) is unknown color: approx Cosmic. HEX triplet: 85, 42 and 5A. RGB value is (133,66,90). Sum of RGB (Red+Green+Blue) = 133+66+90=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #85425A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85425A is #7ABDA5. Grayscale: #585858. Windows color (decimal): -8043942 or 5915269. OLE color: 5915269.

HSL color Cylindrical-coordinate representation of color #85425A: hue angle of 338.51º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85425A is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1336690-
CMYK00.500.320.48
HSL338.51º33.67%39.02%-
HSV(B)338.51º50.38%52.16%-
XYZ13.479.6210.82-
YUV88.77128.7159.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=46.02%
G=22.84%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133669000.500.320.48338.5133.6739.02
Hex85425A03220301532227
Octal20510213206240605234247
Binary10000101100001010110100110010100000110000101010011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85425A; }

 p { color: rgb(133,66,90); }

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

<style>
 a { background-color: #85425A; }

 a { background-color: rgb(133,66,90); }

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

<style>
 span { border-color: #85425A; }

 span { border-color: rgb(133,66,90); }

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