#854371

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

Shades of Cosmic #854371

Tints of Cosmic #854371

Color information

#854371 (or 0x854371) is unknown color: approx Cosmic. HEX triplet: 85, 43 and 71. RGB value is (133,67,113). Sum of RGB (Red+Green+Blue) = 133+67+113=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #854371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854371 is #7ABC8E. Grayscale: #5B5B5B. Windows color (decimal): -8043663 or 7422853. OLE color: 7422853.

HSL color Cylindrical-coordinate representation of color #854371: hue angle of 318.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854371 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB13367113-
CMYK00.500.150.48
HSL318.18º33%39.22%-
HSV(B)318.18º49.62%52.16%-
XYZ14.6610.1916.82-
YUV91.98139.87157.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=42.49%
G=21.41%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336711300.500.150.48318.183339.22
Hex854371032F3013e2127
Octal20510316106217604764147
Binary100001011000011111000101100101111110000100111110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854371; }

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

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

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

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

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

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

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

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