#84466E

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

Shades of Cosmic #84466E

Tints of Cosmic #84466E

Color information

#84466E (or 0x84466E) is unknown color: approx Cosmic. HEX triplet: 84, 46 and 6E. RGB value is (132,70,110). Sum of RGB (Red+Green+Blue) = 132+70+110=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84466E is #7BB991. Grayscale: #5D5D5D. Windows color (decimal): -8108434 or 7227012. OLE color: 7227012.

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

Color convert

RGB13270110-
CMYK00.470.170.48
HSL321.29º30.69%39.61%-
HSV(B)321.29º46.97%51.76%-
XYZ14.5210.4116-
YUV93.1137.54155.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 70 (27.73% from 255) = 22.44%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=42.31%
G=22.44%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327011000.470.170.48321.2930.6939.61
Hex84466E02F11301411f28
Octal20410615605721605013750
Binary100001001000110110111001011111000111000010100000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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