#844468

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

Shades of Cosmic #844468

Tints of Cosmic #844468

Color information

#844468 (or 0x844468) is unknown color: approx Cosmic. HEX triplet: 84, 44 and 68. RGB value is (132,68,104). Sum of RGB (Red+Green+Blue) = 132+68+104=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #844468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844468 is #7BBB97. Grayscale: #5B5B5B. Windows color (decimal): -8108952 or 6833284. OLE color: 6833284.

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

Color convert

RGB13268104-
CMYK00.480.210.48
HSL326.25º32%39.22%-
HSV(B)326.25º48.48%51.76%-
XYZ14.0810.0414.29-
YUV91.24135.2157.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.42%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=43.42%
G=22.37%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326810400.480.210.48326.253239.22
Hex84446803015301462027
Octal20410415006025605064047
Binary1000010010001001101000011000010101110000101000110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844468; }

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

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

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

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

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

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

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

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