#853D5D

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

Shades of Cosmic #853D5D

Tints of Cosmic #853D5D

Color information

#853D5D (or 0x853D5D) is unknown color: approx Cosmic. HEX triplet: 85, 3D and 5D. RGB value is (133,61,93). Sum of RGB (Red+Green+Blue) = 133+61+93=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #853D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853D5D is #7AC2A2. Grayscale: #565656. Windows color (decimal): -8045219 or 6110597. OLE color: 6110597.

HSL color Cylindrical-coordinate representation of color #853D5D: hue angle of 333.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 #853D5D is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1336193-
CMYK00.540.300.48
HSL333.33º37.11%38.04%-
HSV(B)333.33º54.14%52.16%-
XYZ13.329.1111.41-
YUV86.18131.85161.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 61 (24.22% from 255) = 21.25%
BLUE value IS 93 (36.72% from 255) = 32.40%
R=46.34%
G=21.25%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133619300.540.300.48333.3337.1138.04
Hex853D5D0361E3014d2526
Octal2057513506636605154546
Binary100001011111011011101011011011110110000101001101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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