#853D63

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

Shades of Cosmic #853D63

Tints of Cosmic #853D63

Color information

#853D63 (or 0x853D63) is unknown color: approx Cosmic. HEX triplet: 85, 3D and 63. RGB value is (133,61,99). Sum of RGB (Red+Green+Blue) = 133+61+99=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #853D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853D63 is #7AC29C. Grayscale: #565656. Windows color (decimal): -8045213 or 6503813. OLE color: 6503813.

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

Color convert

RGB1336199-
CMYK00.540.260.48
HSL328.33º37.11%38.04%-
HSV(B)328.33º54.14%52.16%-
XYZ13.599.2212.87-
YUV86.86134.85160.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 99 (39.06% from 255) = 33.79%
R=45.39%
G=20.82%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133619900.540.260.48328.3337.1138.04
Hex853D630361A301482526
Octal2057514306632605104546
Binary100001011111011100011011011011010110000101001000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,61,99); }

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

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

 a { background-color: rgb(133,61,99); }

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

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

 span { border-color: rgb(133,61,99); }

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