#854872

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

Shades of Cosmic #854872

Tints of Cosmic #854872

Color information

#854872 (or 0x854872) is unknown color: approx Cosmic. HEX triplet: 85, 48 and 72. RGB value is (133,72,114). Sum of RGB (Red+Green+Blue) = 133+72+114=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #854872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854872 is #7AB78D. Grayscale: #5E5E5E. Windows color (decimal): -8042382 or 7489669. OLE color: 7489669.

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

Color convert

RGB13372114-
CMYK00.460.140.48
HSL318.69º29.76%40.2%-
HSV(B)318.69º45.86%52.16%-
XYZ15.0310.8417.22-
YUV95.03138.71155.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=41.69%
G=22.57%
B=35.74%

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
Decimal1337211400.460.140.48318.6929.7640.2
Hex85487202EE3013f1e28
Octal20511016205616604773650
Binary10000101100100011100100101110111011000010011111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854872; }

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

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

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

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

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

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

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

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