#853E63

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

Shades of Cosmic #853E63

Tints of Cosmic #853E63

Color information

#853E63 (or 0x853E63) is unknown color: approx Cosmic. HEX triplet: 85, 3E and 63. RGB value is (133,62,99). Sum of RGB (Red+Green+Blue) = 133+62+99=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #853E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853E63 is #7AC19C. Grayscale: #575757. Windows color (decimal): -8044957 or 6504069. OLE color: 6504069.

HSL color Cylindrical-coordinate representation of color #853E63: hue angle of 328.73º 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 #853E63 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1336299-
CMYK00.530.260.48
HSL328.73º36.41%38.24%-
HSV(B)328.73º53.38%52.16%-
XYZ13.659.3312.89-
YUV87.45134.52160.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 62 (24.61% from 255) = 21.09%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=45.24%
G=21.09%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133629900.530.260.48328.7336.4138.24
Hex853E630351A301492426
Octal2057614306532605114446
Binary100001011111101100011011010111010110000101001001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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