#884971

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

Shades of Cosmic #884971

Tints of Cosmic #884971

Color information

#884971 (or 0x884971) is unknown color: approx Cosmic. HEX triplet: 88, 49 and 71. RGB value is (136,73,113). Sum of RGB (Red+Green+Blue) = 136+73+113=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #884971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884971 is #77B68E. Grayscale: #606060. Windows color (decimal): -7845519 or 7424392. OLE color: 7424392.

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

Color convert

RGB13673113-
CMYK00.460.170.47
HSL321.9º30.14%40.98%-
HSV(B)321.9º46.32%53.33%-
XYZ15.5211.1916.97-
YUV96.4137.37156.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=42.24%
G=22.67%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367311300.460.170.47321.930.1440.98
Hex88497102E112F1421e29
Octal21011116105621575023651
Binary100010001001001111000101011101000110111110100001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884971; }

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

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

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

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

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

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

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

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