#884871

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

Shades of Cosmic #884871

Tints of Cosmic #884871

Color information

#884871 (or 0x884871) is unknown color: approx Cosmic. HEX triplet: 88, 48 and 71. RGB value is (136,72,113). Sum of RGB (Red+Green+Blue) = 136+72+113=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #884871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884871 is #77B78E. Grayscale: #5F5F5F. Windows color (decimal): -7845775 or 7424136. OLE color: 7424136.

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

Color convert

RGB13672113-
CMYK00.470.170.47
HSL321.56º30.77%40.78%-
HSV(B)321.56º47.06%53.33%-
XYZ15.4511.0616.94-
YUV95.81137.7156.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 113 (44.53% from 255) = 35.20%
R=42.37%
G=22.43%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367211300.470.170.47321.5630.7740.78
Hex88487102F112F1421f29
Octal21011016105721575023751
Binary100010001001000111000101011111000110111110100001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884871; }

 p { color: rgb(136,72,113); }

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

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

 a { background-color: rgb(136,72,113); }

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

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

 span { border-color: rgb(136,72,113); }

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