#84446C

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

Shades of Cosmic #84446C

Tints of Cosmic #84446C

Color information

#84446C (or 0x84446C) is unknown color: approx Cosmic. HEX triplet: 84, 44 and 6C. RGB value is (132,68,108). Sum of RGB (Red+Green+Blue) = 132+68+108=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84446C is #7BBB93. Grayscale: #5B5B5B. Windows color (decimal): -8108948 or 7095428. OLE color: 7095428.

HSL color Cylindrical-coordinate representation of color #84446C: hue angle of 322.5º 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 #84446C is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13268108-
CMYK00.480.180.48
HSL322.5º32%39.22%-
HSV(B)322.5º48.48%51.76%-
XYZ14.2910.1215.39-
YUV91.7137.2156.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=42.86%
G=22.08%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326810800.480.180.48322.53239.22
Hex84446C03012301422027
Octal20410415406022605024047
Binary1000010010001001101100011000010010110000101000010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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