#844460

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

Shades of Cosmic #844460

Tints of Cosmic #844460

Color information

#844460 (or 0x844460) is unknown color: approx Cosmic. HEX triplet: 84, 44 and 60. RGB value is (132,68,96). Sum of RGB (Red+Green+Blue) = 132+68+96=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #844460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844460 is #7BBB9F. Grayscale: #5A5A5A. Windows color (decimal): -8108960 or 6308996. OLE color: 6308996.

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

Color convert

RGB1326896-
CMYK00.480.270.48
HSL333.75º32%39.22%-
HSV(B)333.75º48.48%51.76%-
XYZ13.699.8812.25-
YUV90.33131.2157.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=44.59%
G=22.97%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132689600.480.270.48333.753239.22
Hex8444600301B3014e2027
Octal20410414006033605164047
Binary1000010010001001100000011000011011110000101001110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844460; }

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

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

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

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

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

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

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

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