#85426D

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

Shades of Cosmic #85426D

Tints of Cosmic #85426D

Color information

#85426D (or 0x85426D) is unknown color: approx Cosmic. HEX triplet: 85, 42 and 6D. RGB value is (133,66,109). Sum of RGB (Red+Green+Blue) = 133+66+109=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85426D is #7ABD92. Grayscale: #5A5A5A. Windows color (decimal): -8043923 or 7160453. OLE color: 7160453.

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

Color convert

RGB13366109-
CMYK00.500.180.48
HSL321.49º33.67%39.02%-
HSV(B)321.49º50.38%52.16%-
XYZ14.389.9915.64-
YUV90.93138.2158-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 66 (26.17% from 255) = 21.43%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=43.18%
G=21.43%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336610900.500.180.48321.4933.6739.02
Hex85426D03212301412227
Octal20510215506222605014247
Binary1000010110000101101101011001010010110000101000001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85426D; }

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

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

<style>
 a { background-color: #85426D; }

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

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

<style>
 span { border-color: #85426D; }

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

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