#855171

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

Shades of Cosmic #855171

Tints of Cosmic #855171

Color information

#855171 (or 0x855171) is unknown color: approx Cosmic. HEX triplet: 85, 51 and 71. RGB value is (133,81,113). Sum of RGB (Red+Green+Blue) = 133+81+113=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #855171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855171 is #7AAE8E. Grayscale: #646464. Windows color (decimal): -8040079 or 7426437. OLE color: 7426437.

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

Color convert

RGB13381113-
CMYK00.390.150.48
HSL323.08º24.3%41.96%-
HSV(B)323.08º39.1%52.16%-
XYZ15.612.0617.13-
YUV100.2135.23151.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=40.67%
G=24.77%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338111300.390.150.48323.0824.341.96
Hex855171027F30143182a
Octal20512116104717605033052
Binary10000101101000111100010100111111111000010100001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855171; }

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

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

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

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

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

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

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

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