#853968

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

Shades of Cosmic #853968

Tints of Cosmic #853968

Color information

#853968 (or 0x853968) is unknown color: approx Cosmic. HEX triplet: 85, 39 and 68. RGB value is (133,57,104). Sum of RGB (Red+Green+Blue) = 133+57+104=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #853968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853968 is #7AC697. Grayscale: #545454. Windows color (decimal): -8046232 or 6830469. OLE color: 6830469.

HSL color Cylindrical-coordinate representation of color #853968: hue angle of 322.89º 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 #853968 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB13357104-
CMYK00.570.220.48
HSL322.89º40%37.25%-
HSV(B)322.89º57.14%52.16%-
XYZ13.638.9114.1-
YUV85.08138.68162.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 104 (41.02% from 255) = 35.37%
R=45.24%
G=19.39%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335710400.570.220.48322.894037.25
Hex85396803916301432825
Octal2057115007126605035045
Binary100001011110011101000011100110110110000101000011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853968; }

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

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

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

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

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

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

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

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