#853964

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

Shades of Cosmic #853964

Tints of Cosmic #853964

Color information

#853964 (or 0x853964) is unknown color: approx Cosmic. HEX triplet: 85, 39 and 64. RGB value is (133,57,100). Sum of RGB (Red+Green+Blue) = 133+57+100=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #853964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853964 is #7AC69B. Grayscale: #545454. Windows color (decimal): -8046236 or 6568325. OLE color: 6568325.

HSL color Cylindrical-coordinate representation of color #853964: hue angle of 326.05º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853964 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB13357100-
CMYK00.570.250.48
HSL326.05º40%37.25%-
HSV(B)326.05º57.14%52.16%-
XYZ13.448.8313.05-
YUV84.63136.68162.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 57 (22.66% from 255) = 19.66%
BLUE value IS 100 (39.45% from 255) = 34.48%
R=45.86%
G=19.66%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335710000.570.250.48326.054037.25
Hex85396403919301462825
Octal2057114407131605065045
Binary100001011110011100100011100111001110000101000110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853964; }

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

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

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

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

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

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

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

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