#854A6F

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

Shades of Cosmic #854A6F

Tints of Cosmic #854A6F

Color information

#854A6F (or 0x854A6F) is unknown color: approx Cosmic. HEX triplet: 85, 4A and 6F. RGB value is (133,74,111). Sum of RGB (Red+Green+Blue) = 133+74+111=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #854A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A6F is #7AB590. Grayscale: #5F5F5F. Windows color (decimal): -8041873 or 7293573. OLE color: 7293573.

HSL color Cylindrical-coordinate representation of color #854A6F: hue angle of 322.37º 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 #854A6F is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13374111-
CMYK00.440.170.48
HSL322.37º28.5%40.59%-
HSV(B)322.37º44.36%52.16%-
XYZ14.9911.0316.38-
YUV95.86136.55154.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 74 (29.30% from 255) = 23.27%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=41.82%
G=23.27%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337411100.440.170.48322.3728.540.59
Hex854A6F02C11301421d29
Octal20511215705421605023551
Binary100001011001010110111101011001000111000010100001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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