#884475

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

Shades of Cosmic #884475

Tints of Cosmic #884475

Color information

#884475 (or 0x884475) is unknown color: approx Cosmic. HEX triplet: 88, 44 and 75. RGB value is (136,68,117). Sum of RGB (Red+Green+Blue) = 136+68+117=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #884475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884475 is #77BB8A. Grayscale: #5D5D5D. Windows color (decimal): -7846795 or 7685256. OLE color: 7685256.

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

Color convert

RGB13668117-
CMYK00.500.140.47
HSL316.76º33.33%40%-
HSV(B)316.76º50%53.33%-
XYZ15.4310.6518.07-
YUV93.92141.03158.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=42.37%
G=21.18%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366811700.500.140.47316.7633.3340
Hex884475032E2F13d2128
Octal21010416506216574754150
Binary100010001000100111010101100101110101111100111101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884475; }

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

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

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

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

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

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

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

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