#84415E

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

Shades of Cosmic #84415E

Tints of Cosmic #84415E

Color information

#84415E (or 0x84415E) is unknown color: approx Cosmic. HEX triplet: 84, 41 and 5E. RGB value is (132,65,94). Sum of RGB (Red+Green+Blue) = 132+65+94=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84415E is #7BBEA1. Grayscale: #585858. Windows color (decimal): -8109730 or 6177156. OLE color: 6177156.

HSL color Cylindrical-coordinate representation of color #84415E: hue angle of 334.03º 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 #84415E is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1326594-
CMYK00.510.290.48
HSL334.03º34.01%38.63%-
HSV(B)334.03º50.76%51.76%-
XYZ13.439.4911.71-
YUV88.34131.2159.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 94 (37.11% from 255) = 32.30%
R=45.36%
G=22.34%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132659400.510.290.48334.0334.0138.63
Hex84415E0331D3014e2227
Octal20410113606335605164247
Binary1000010010000011011110011001111101110000101001110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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