#844060

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

Shades of Cosmic #844060

Tints of Cosmic #844060

Color information

#844060 (or 0x844060) is unknown color: approx Cosmic. HEX triplet: 84, 40 and 60. RGB value is (132,64,96). Sum of RGB (Red+Green+Blue) = 132+64+96=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #844060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844060 is #7BBF9F. Grayscale: #575757. Windows color (decimal): -8109984 or 6307972. OLE color: 6307972.

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

Color convert

RGB1326496-
CMYK00.520.270.48
HSL331.76º34.69%38.43%-
HSV(B)331.76º51.52%51.76%-
XYZ13.469.4212.17-
YUV87.98132.53159.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.21%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=45.21%
G=21.92%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132649600.520.270.48331.7634.6938.43
Hex8440600341B3014c2326
Octal20410014006433605144346
Binary1000010010000001100000011010011011110000101001100100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844060; }

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

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

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

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

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

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

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

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