#84405F

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

Shades of Cosmic #84405F

Tints of Cosmic #84405F

Color information

#84405F (or 0x84405F) is unknown color: approx Cosmic. HEX triplet: 84, 40 and 5F. RGB value is (132,64,95). Sum of RGB (Red+Green+Blue) = 132+64+95=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84405F is #7BBFA0. Grayscale: #575757. Windows color (decimal): -8109985 or 6242436. OLE color: 6242436.

HSL color Cylindrical-coordinate representation of color #84405F: hue angle of 332.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84405F is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1326495-
CMYK00.520.280.48
HSL332.65º34.69%38.43%-
HSV(B)332.65º51.52%51.76%-
XYZ13.419.411.93-
YUV87.87132.03159.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 95 (37.5% from 255) = 32.65%
R=45.36%
G=21.99%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132649500.520.280.48332.6534.6938.43
Hex84405F0341C3014d2326
Octal20410013706434605154346
Binary1000010010000001011111011010011100110000101001101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84405F; }

 p { color: rgb(132,64,95); }

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

<style>
 a { background-color: #84405F; }

 a { background-color: rgb(132,64,95); }

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

<style>
 span { border-color: #84405F; }

 span { border-color: rgb(132,64,95); }

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