#84496A

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

Shades of Cosmic #84496A

Tints of Cosmic #84496A

Color information

#84496A (or 0x84496A) is unknown color: approx Cosmic. HEX triplet: 84, 49 and 6A. RGB value is (132,73,106). Sum of RGB (Red+Green+Blue) = 132+73+106=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #84496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84496A is #7BB695. Grayscale: #5E5E5E. Windows color (decimal): -8107670 or 6965636. OLE color: 6965636.

HSL color Cylindrical-coordinate representation of color #84496A: hue angle of 326.44º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84496A is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13273106-
CMYK00.450.200.48
HSL326.44º28.78%40.2%-
HSV(B)326.44º44.7%51.76%-
XYZ14.510.7114.94-
YUV94.4134.55154.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.44%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=42.44%
G=23.47%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327310600.450.200.48326.4428.7840.2
Hex84496A02D14301461d28
Octal20411115205524605063550
Binary100001001001001110101001011011010011000010100011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84496A; }

 p { color: rgb(132,73,106); }

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

<style>
 a { background-color: #84496A; }

 a { background-color: rgb(132,73,106); }

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

<style>
 span { border-color: #84496A; }

 span { border-color: rgb(132,73,106); }

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