#854873

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

Shades of Cosmic #854873

Tints of Cosmic #854873

Color information

#854873 (or 0x854873) is unknown color: approx Cosmic. HEX triplet: 85, 48 and 73. RGB value is (133,72,115). Sum of RGB (Red+Green+Blue) = 133+72+115=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #854873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854873 is #7AB78C. Grayscale: #5F5F5F. Windows color (decimal): -8042381 or 7555205. OLE color: 7555205.

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

Color convert

RGB13372115-
CMYK00.460.140.48
HSL317.7º29.76%40.2%-
HSV(B)317.7º45.86%52.16%-
XYZ15.0810.8617.52-
YUV95.14139.21155-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 72 (28.52% from 255) = 22.5%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=41.56%
G=22.5%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337211500.460.140.48317.729.7640.2
Hex85487302EE3013e1e28
Octal20511016305616604763650
Binary10000101100100011100110101110111011000010011111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854873; }

 p { color: rgb(133,72,115); }

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

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

 a { background-color: rgb(133,72,115); }

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

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

 span { border-color: rgb(133,72,115); }

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