#884570

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

Shades of Cosmic #884570

Tints of Cosmic #884570

Color information

#884570 (or 0x884570) is unknown color: approx Cosmic. HEX triplet: 88, 45 and 70. RGB value is (136,69,112). Sum of RGB (Red+Green+Blue) = 136+69+112=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #884570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884570 is #77BA8F. Grayscale: #5D5D5D. Windows color (decimal): -7846544 or 7357832. OLE color: 7357832.

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

Color convert

RGB13669112-
CMYK00.490.180.47
HSL321.49º32.68%40.2%-
HSV(B)321.49º49.26%53.33%-
XYZ15.2110.6616.59-
YUV93.94138.2158-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=42.90%
G=21.77%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366911200.490.180.47321.4932.6840.2
Hex884570031122F1412128
Octal21010516006122575014150
Binary1000100010001011110000011000110010101111101000001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884570; }

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

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

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

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

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

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

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

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