#884469

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

Shades of Cosmic #884469

Tints of Cosmic #884469

Color information

#884469 (or 0x884469) is unknown color: approx Cosmic. HEX triplet: 88, 44 and 69. RGB value is (136,68,105). Sum of RGB (Red+Green+Blue) = 136+68+105=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #884469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884469 is #77BB96. Grayscale: #5C5C5C. Windows color (decimal): -7846807 or 6898824. OLE color: 6898824.

HSL color Cylindrical-coordinate representation of color #884469: hue angle of 327.35º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884469 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13668105-
CMYK00.500.230.47
HSL327.35º33.33%40%-
HSV(B)327.35º50%53.33%-
XYZ14.7710.3914.59-
YUV92.55135.03158.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=44.01%
G=22.01%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366810500.500.230.47327.3533.3340
Hex884469032172F1472128
Octal21010415106227575074150
Binary1000100010001001101001011001010111101111101000111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884469; }

 p { color: rgb(136,68,105); }

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

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

 a { background-color: rgb(136,68,105); }

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

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

 span { border-color: rgb(136,68,105); }

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