#844464

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

Shades of Cosmic #844464

Tints of Cosmic #844464

Color information

#844464 (or 0x844464) is unknown color: approx Cosmic. HEX triplet: 84, 44 and 64. RGB value is (132,68,100). Sum of RGB (Red+Green+Blue) = 132+68+100=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #844464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844464 is #7BBB9B. Grayscale: #5A5A5A. Windows color (decimal): -8108956 or 6571140. OLE color: 6571140.

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

Color convert

RGB13268100-
CMYK00.480.240.48
HSL330º32%39.22%-
HSV(B)330º48.48%51.76%-
XYZ13.889.9613.25-
YUV90.78133.2157.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 68 (26.95% from 255) = 22.67%
BLUE value IS 100 (39.45% from 255) = 33.33%
R=44%
G=22.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326810000.480.240.483303239.22
Hex844464030183014a2027
Octal20410414406030605124047
Binary1000010010001001100100011000011000110000101001010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844464; }

 p { color: rgb(132,68,100); }

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

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

 a { background-color: rgb(132,68,100); }

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

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

 span { border-color: rgb(132,68,100); }

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