#884970

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

Shades of Cosmic #884970

Tints of Cosmic #884970

Color information

#884970 (or 0x884970) is unknown color: approx Cosmic. HEX triplet: 88, 49 and 70. RGB value is (136,73,112). Sum of RGB (Red+Green+Blue) = 136+73+112=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #884970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884970 is #77B68F. Grayscale: #606060. Windows color (decimal): -7845520 or 7358856. OLE color: 7358856.

HSL color Cylindrical-coordinate representation of color #884970: hue angle of 322.86º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884970 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13673112-
CMYK00.460.180.47
HSL322.86º30.14%40.98%-
HSV(B)322.86º46.32%53.33%-
XYZ15.4611.1716.67-
YUV96.28136.87156.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 73 (28.91% from 255) = 22.74%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=42.37%
G=22.74%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367311200.460.180.47322.8630.1440.98
Hex88497002E122F1431e29
Octal21011116005622575033651
Binary100010001001001111000001011101001010111110100001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884970; }

 p { color: rgb(136,73,112); }

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

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

 a { background-color: rgb(136,73,112); }

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

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

 span { border-color: rgb(136,73,112); }

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