#84405C

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

Shades of Cosmic #84405C

Tints of Cosmic #84405C

Color information

#84405C (or 0x84405C) is unknown color: approx Cosmic. HEX triplet: 84, 40 and 5C. RGB value is (132,64,92). Sum of RGB (Red+Green+Blue) = 132+64+92=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #84405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84405C is #7BBFA3. Grayscale: #575757. Windows color (decimal): -8109988 or 6045828. OLE color: 6045828.

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

Color convert

RGB1326492-
CMYK00.520.300.48
HSL335.29º34.69%38.43%-
HSV(B)335.29º51.52%51.76%-
XYZ13.289.3511.23-
YUV87.52130.53159.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=45.83%
G=22.22%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132649200.520.300.48335.2934.6938.43
Hex84405C0341E3014f2326
Octal20410013406436605174346
Binary1000010010000001011100011010011110110000101001111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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