#854D6E

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

Shades of Cosmic #854D6E

Tints of Cosmic #854D6E

Color information

#854D6E (or 0x854D6E) is unknown color: approx Cosmic. HEX triplet: 85, 4D and 6E. RGB value is (133,77,110). Sum of RGB (Red+Green+Blue) = 133+77+110=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #854D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D6E is #7AB291. Grayscale: #616161. Windows color (decimal): -8041106 or 7228805. OLE color: 7228805.

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

Color convert

RGB13377110-
CMYK00.420.170.48
HSL324.64º26.67%41.18%-
HSV(B)324.64º42.11%52.16%-
XYZ15.1411.4216.16-
YUV97.51135.05153.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=41.56%
G=24.06%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337711000.420.170.48324.6426.6741.18
Hex854D6E02A11301451b29
Octal20511515605221605053351
Binary100001011001101110111001010101000111000010100010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,77,110); }

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

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

 a { background-color: rgb(133,77,110); }

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

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

 span { border-color: rgb(133,77,110); }

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