#884161

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

Shades of Cosmic #884161

Tints of Cosmic #884161

Color information

#884161 (or 0x884161) is unknown color: approx Cosmic. HEX triplet: 88, 41 and 61. RGB value is (136,65,97). Sum of RGB (Red+Green+Blue) = 136+65+97=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #884161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884161 is #77BE9E. Grayscale: #595959. Windows color (decimal): -7847583 or 6373768. OLE color: 6373768.

HSL color Cylindrical-coordinate representation of color #884161: hue angle of 332.96º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884161 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1366597-
CMYK00.520.290.47
HSL332.96º35.32%39.41%-
HSV(B)332.96º52.21%53.33%-
XYZ14.29.8812.47-
YUV89.88132.02160.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.64%
GREEN value IS 65 (25.78% from 255) = 21.81%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=45.64%
G=21.81%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136659700.520.290.47332.9635.3239.41
Hex8841610341D2F14d2327
Octal21010114106435575154347
Binary1000100010000011100001011010011101101111101001101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884161; }

 p { color: rgb(136,65,97); }

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

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

 a { background-color: rgb(136,65,97); }

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

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

 span { border-color: rgb(136,65,97); }

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