#853E61

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

Shades of Cosmic #853E61

Tints of Cosmic #853E61

Color information

#853E61 (or 0x853E61) is unknown color: approx Cosmic. HEX triplet: 85, 3E and 61. RGB value is (133,62,97). Sum of RGB (Red+Green+Blue) = 133+62+97=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #853E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853E61 is #7AC19E. Grayscale: #575757. Windows color (decimal): -8044959 or 6372997. OLE color: 6372997.

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

Color convert

RGB1336297-
CMYK00.530.270.48
HSL330.42º36.41%38.24%-
HSV(B)330.42º53.38%52.16%-
XYZ13.559.2912.39-
YUV87.22133.52160.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=45.55%
G=21.23%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133629700.530.270.48330.4236.4138.24
Hex853E610351B3014a2426
Octal2057614106533605124446
Binary100001011111101100001011010111011110000101001010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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