#884472

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

Shades of Cosmic #884472

Tints of Cosmic #884472

Color information

#884472 (or 0x884472) is unknown color: approx Cosmic. HEX triplet: 88, 44 and 72. RGB value is (136,68,114). Sum of RGB (Red+Green+Blue) = 136+68+114=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #884472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884472 is #77BB8D. Grayscale: #5D5D5D. Windows color (decimal): -7846798 or 7488648. OLE color: 7488648.

HSL color Cylindrical-coordinate representation of color #884472: hue angle of 319.41º 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 #884472 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13668114-
CMYK00.500.160.47
HSL319.41º33.33%40%-
HSV(B)319.41º50%53.33%-
XYZ15.2610.5817.16-
YUV93.58139.53158.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=42.77%
G=21.38%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366811400.500.160.47319.4133.3340
Hex884472032102F13f2128
Octal21010416206220574774150
Binary1000100010001001110010011001010000101111100111111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884472; }

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

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

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

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

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

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

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

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