#84476E

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

Shades of Cosmic #84476E

Tints of Cosmic #84476E

Color information

#84476E (or 0x84476E) is unknown color: approx Cosmic. HEX triplet: 84, 47 and 6E. RGB value is (132,71,110). Sum of RGB (Red+Green+Blue) = 132+71+110=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #84476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84476E is #7BB891. Grayscale: #5D5D5D. Windows color (decimal): -8108178 or 7227268. OLE color: 7227268.

HSL color Cylindrical-coordinate representation of color #84476E: hue angle of 321.64º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84476E is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13271110-
CMYK00.460.170.48
HSL321.64º30.05%39.8%-
HSV(B)321.64º46.21%51.76%-
XYZ14.5810.5416.02-
YUV93.68137.21155.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 71 (28.12% from 255) = 22.68%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=42.17%
G=22.68%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327111000.460.170.48321.6430.0539.8
Hex84476E02E11301421e28
Octal20410715605621605023650
Binary100001001000111110111001011101000111000010100001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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