#84416C

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

Shades of Cosmic #84416C

Tints of Cosmic #84416C

Color information

#84416C (or 0x84416C) is unknown color: approx Cosmic. HEX triplet: 84, 41 and 6C. RGB value is (132,65,108). Sum of RGB (Red+Green+Blue) = 132+65+108=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #84416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84416C is #7BBE93. Grayscale: #595959. Windows color (decimal): -8109716 or 7094660. OLE color: 7094660.

HSL color Cylindrical-coordinate representation of color #84416C: hue angle of 321.49º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84416C is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13265108-
CMYK00.510.180.48
HSL321.49º34.01%38.63%-
HSV(B)321.49º50.76%51.76%-
XYZ14.119.7715.33-
YUV89.93138.2158-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.28%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=43.28%
G=21.31%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326510800.510.180.48321.4934.0138.63
Hex84416C03312301412227
Octal20410115406322605014247
Binary1000010010000011101100011001110010110000101000001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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