#853E64

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

Shades of Cosmic #853E64

Tints of Cosmic #853E64

Color information

#853E64 (or 0x853E64) is unknown color: approx Cosmic. HEX triplet: 85, 3E and 64. RGB value is (133,62,100). Sum of RGB (Red+Green+Blue) = 133+62+100=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #853E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853E64 is #7AC19B. Grayscale: #575757. Windows color (decimal): -8044956 or 6569605. OLE color: 6569605.

HSL color Cylindrical-coordinate representation of color #853E64: hue angle of 327.89º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853E64 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB13362100-
CMYK00.530.250.48
HSL327.89º36.41%38.24%-
HSV(B)327.89º53.38%52.16%-
XYZ13.79.3513.14-
YUV87.56135.02160.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 62 (24.61% from 255) = 21.02%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=45.08%
G=21.02%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336210000.530.250.48327.8936.4138.24
Hex853E6403519301482426
Octal2057614406531605104446
Binary100001011111101100100011010111001110000101001000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853E64; }

 p { color: rgb(133,62,100); }

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

<style>
 a { background-color: #853E64; }

 a { background-color: rgb(133,62,100); }

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

<style>
 span { border-color: #853E64; }

 span { border-color: rgb(133,62,100); }

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