#884462

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

Shades of Cosmic #884462

Tints of Cosmic #884462

Color information

#884462 (or 0x884462) is unknown color: approx Cosmic. HEX triplet: 88, 44 and 62. RGB value is (136,68,98). Sum of RGB (Red+Green+Blue) = 136+68+98=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #884462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884462 is #77BB9D. Grayscale: #5B5B5B. Windows color (decimal): -7846814 or 6440072. OLE color: 6440072.

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

Color convert

RGB1366898-
CMYK00.500.280.47
HSL333.53º33.33%40%-
HSV(B)333.53º50%53.33%-
XYZ14.4310.2512.77-
YUV91.75131.53159.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.03%
GREEN value IS 68 (26.95% from 255) = 22.52%
BLUE value IS 98 (38.67% from 255) = 32.45%
R=45.03%
G=22.52%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136689800.500.280.47333.5333.3340
Hex8844620321C2F14e2128
Octal21010414206234575164150
Binary1000100010001001100010011001011100101111101001110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884462; }

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

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

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

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

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

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

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

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