#84516E

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

Shades of Cosmic #84516E

Tints of Cosmic #84516E

Color information

#84516E (or 0x84516E) is unknown color: approx Cosmic. HEX triplet: 84, 51 and 6E. RGB value is (132,81,110). Sum of RGB (Red+Green+Blue) = 132+81+110=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84516E is #7BAE91. Grayscale: #636363. Windows color (decimal): -8105618 or 7229828. OLE color: 7229828.

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

Color convert

RGB13281110-
CMYK00.390.170.48
HSL325.88º23.94%41.76%-
HSV(B)325.88º38.64%51.76%-
XYZ15.2711.9216.25-
YUV99.56133.9151.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=40.87%
G=25.08%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328111000.390.170.48325.8823.9441.76
Hex84516E0271130146182a
Octal20412115604721605063052
Binary100001001010001110111001001111000111000010100011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84516E; }

 p { color: rgb(132,81,110); }

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

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

 a { background-color: rgb(132,81,110); }

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

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

 span { border-color: rgb(132,81,110); }

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