#854771

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

Shades of Cosmic #854771

Tints of Cosmic #854771

Color information

#854771 (or 0x854771) is unknown color: approx Cosmic. HEX triplet: 85, 47 and 71. RGB value is (133,71,113). Sum of RGB (Red+Green+Blue) = 133+71+113=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #854771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854771 is #7AB88E. Grayscale: #5E5E5E. Windows color (decimal): -8042639 or 7423877. OLE color: 7423877.

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

Color convert

RGB13371113-
CMYK00.470.150.48
HSL319.35º30.39%40%-
HSV(B)319.35º46.62%52.16%-
XYZ14.9110.6916.9-
YUV94.33138.54155.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 71 (28.12% from 255) = 22.40%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=41.96%
G=22.40%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337111300.470.150.48319.3530.3940
Hex85477102FF3013f1e28
Octal20510716105717604773650
Binary10000101100011111100010101111111111000010011111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854771; }

 p { color: rgb(133,71,113); }

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

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

 a { background-color: rgb(133,71,113); }

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

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

 span { border-color: rgb(133,71,113); }

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