#84446E

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

Shades of Cosmic #84446E

Tints of Cosmic #84446E

Color information

#84446E (or 0x84446E) is unknown color: approx Cosmic. HEX triplet: 84, 44 and 6E. RGB value is (132,68,110). Sum of RGB (Red+Green+Blue) = 132+68+110=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #84446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84446E is #7BBB91. Grayscale: #5B5B5B. Windows color (decimal): -8108946 or 7226500. OLE color: 7226500.

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

Color convert

RGB13268110-
CMYK00.480.170.48
HSL320.62º32%39.22%-
HSV(B)320.62º48.48%51.76%-
XYZ14.410.1715.96-
YUV91.92138.2156.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 68 (26.95% from 255) = 21.94%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=42.58%
G=21.94%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326811000.480.170.48320.623239.22
Hex84446E03011301412027
Octal20410415606021605014047
Binary1000010010001001101110011000010001110000101000001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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