#854271

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

Shades of Cosmic #854271

Tints of Cosmic #854271

Color information

#854271 (or 0x854271) is unknown color: approx Cosmic. HEX triplet: 85, 42 and 71. RGB value is (133,66,113). Sum of RGB (Red+Green+Blue) = 133+66+113=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #854271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854271 is #7ABD8E. Grayscale: #5B5B5B. Windows color (decimal): -8043919 or 7422597. OLE color: 7422597.

HSL color Cylindrical-coordinate representation of color #854271: hue angle of 317.91º degrees, saturation: 0.34, 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 #854271 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB13366113-
CMYK00.500.150.48
HSL317.91º33.67%39.02%-
HSV(B)317.91º50.38%52.16%-
XYZ14.610.0816.8-
YUV91.39140.2157.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=42.63%
G=21.15%
B=36.22%

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
Decimal1336611300.500.150.48317.9133.6739.02
Hex854271032F3013e2227
Octal20510216106217604764247
Binary100001011000010111000101100101111110000100111110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854271; }

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

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

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

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

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

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

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

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