#84475B

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

Shades of Cosmic #84475B

Tints of Cosmic #84475B

Color information

#84475B (or 0x84475B) is unknown color: approx Cosmic. HEX triplet: 84, 47 and 5B. RGB value is (132,71,91). Sum of RGB (Red+Green+Blue) = 132+71+91=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84475B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84475B is #7BB8A4. Grayscale: #5B5B5B. Windows color (decimal): -8108197 or 5982084. OLE color: 5982084.

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

Color convert

RGB1327191-
CMYK00.460.310.48
HSL340.33º30.05%39.8%-
HSV(B)340.33º46.21%51.76%-
XYZ13.6610.1711.14-
YUV91.52127.71156.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=44.90%
G=24.15%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132719100.460.310.48340.3330.0539.8
Hex84475B02E1F301541e28
Octal20410713305637605243650
Binary100001001000111101101101011101111111000010101010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84475B; }

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

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

<style>
 a { background-color: #84475B; }

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

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

<style>
 span { border-color: #84475B; }

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

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