#84476D

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

Shades of Cosmic #84476D

Tints of Cosmic #84476D

Color information

#84476D (or 0x84476D) is unknown color: approx Cosmic. HEX triplet: 84, 47 and 6D. RGB value is (132,71,109). Sum of RGB (Red+Green+Blue) = 132+71+109=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84476D is #7BB892. Grayscale: #5D5D5D. Windows color (decimal): -8108179 or 7161732. OLE color: 7161732.

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

Color convert

RGB13271109-
CMYK00.460.170.48
HSL322.62º30.05%39.8%-
HSV(B)322.62º46.21%51.76%-
XYZ14.5310.5215.73-
YUV93.57136.71155.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 71 (28.12% from 255) = 22.76%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=42.31%
G=22.76%
B=34.94%

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
Decimal1327110900.460.170.48322.6230.0539.8
Hex84476D02E11301431e28
Octal20410715505621605033650
Binary100001001000111110110101011101000111000010100001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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