#854D6A

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

Shades of Cosmic #854D6A

Tints of Cosmic #854D6A

Color information

#854D6A (or 0x854D6A) is unknown color: approx Cosmic. HEX triplet: 85, 4D and 6A. RGB value is (133,77,106). Sum of RGB (Red+Green+Blue) = 133+77+106=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #854D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D6A is #7AB295. Grayscale: #606060. Windows color (decimal): -8041110 or 6966661. OLE color: 6966661.

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

Color convert

RGB13377106-
CMYK00.420.200.48
HSL328.93º26.67%41.18%-
HSV(B)328.93º42.11%52.16%-
XYZ14.9311.3315.04-
YUV97.05133.05153.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 77 (30.47% from 255) = 24.37%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=42.09%
G=24.37%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337710600.420.200.48328.9326.6741.18
Hex854D6A02A14301491b29
Octal20511515205224605113351
Binary100001011001101110101001010101010011000010100100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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