#884463

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

Shades of Cosmic #884463

Tints of Cosmic #884463

Color information

#884463 (or 0x884463) is unknown color: approx Cosmic. HEX triplet: 88, 44 and 63. RGB value is (136,68,99). Sum of RGB (Red+Green+Blue) = 136+68+99=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #884463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884463 is #77BB9C. Grayscale: #5B5B5B. Windows color (decimal): -7846813 or 6505608. OLE color: 6505608.

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

Color convert

RGB1366899-
CMYK00.500.270.47
HSL332.65º33.33%40%-
HSV(B)332.65º50%53.33%-
XYZ14.4710.2713.02-
YUV91.87132.03159.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.88%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 99 (39.06% from 255) = 32.67%
R=44.88%
G=22.44%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136689900.500.270.47332.6533.3340
Hex8844630321B2F14d2128
Octal21010414306233575154150
Binary1000100010001001100011011001011011101111101001101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884463; }

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

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

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

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

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

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

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

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