#884467

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

Shades of Cosmic #884467

Tints of Cosmic #884467

Color information

#884467 (or 0x884467) is unknown color: approx Cosmic. HEX triplet: 88, 44 and 67. RGB value is (136,68,103). Sum of RGB (Red+Green+Blue) = 136+68+103=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #884467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884467 is #77BB98. Grayscale: #5C5C5C. Windows color (decimal): -7846809 or 6767752. OLE color: 6767752.

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

Color convert

RGB13668103-
CMYK00.500.240.47
HSL329.12º33.33%40%-
HSV(B)329.12º50%53.33%-
XYZ14.6710.3514.06-
YUV92.32134.03159.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 103 (40.62% from 255) = 33.55%
R=44.30%
G=22.15%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366810300.500.240.47329.1233.3340
Hex884467032182F1492128
Octal21010414706230575114150
Binary1000100010001001100111011001011000101111101001001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884467; }

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

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

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

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

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

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

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

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