#85425B

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

Shades of Cosmic #85425B

Tints of Cosmic #85425B

Color information

#85425B (or 0x85425B) is unknown color: approx Cosmic. HEX triplet: 85, 42 and 5B. RGB value is (133,66,91). Sum of RGB (Red+Green+Blue) = 133+66+91=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85425B is #7ABDA4. Grayscale: #585858. Windows color (decimal): -8043941 or 5980805. OLE color: 5980805.

HSL color Cylindrical-coordinate representation of color #85425B: hue angle of 337.61º 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 #85425B is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1336691-
CMYK00.500.320.48
HSL337.61º33.67%39.02%-
HSV(B)337.61º50.38%52.16%-
XYZ13.519.6411.05-
YUV88.88129.2159.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 91 (35.94% from 255) = 31.38%
R=45.86%
G=22.76%
B=31.38%

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
Decimal133669100.500.320.48337.6133.6739.02
Hex85425B03220301522227
Octal20510213306240605224247
Binary10000101100001010110110110010100000110000101010010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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