#854A71

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

Shades of Cosmic #854A71

Tints of Cosmic #854A71

Color information

#854A71 (or 0x854A71) is unknown color: approx Cosmic. HEX triplet: 85, 4A and 71. RGB value is (133,74,113). Sum of RGB (Red+Green+Blue) = 133+74+113=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #854A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A71 is #7AB58E. Grayscale: #5F5F5F. Windows color (decimal): -8041871 or 7424645. OLE color: 7424645.

HSL color Cylindrical-coordinate representation of color #854A71: hue angle of 320.34º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854A71 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB13374113-
CMYK00.440.150.48
HSL320.34º28.5%40.59%-
HSV(B)320.34º44.36%52.16%-
XYZ15.111.0816.96-
YUV96.09137.55154.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 74 (29.30% from 255) = 23.12%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=41.56%
G=23.12%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337411300.440.150.48320.3428.540.59
Hex854A7102CF301401d29
Octal20511216105417605003551
Binary10000101100101011100010101100111111000010100000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854A71; }

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

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

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

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

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

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

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

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