#884271

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

Shades of Cosmic #884271

Tints of Cosmic #884271

Color information

#884271 (or 0x884271) is unknown color: approx Cosmic. HEX triplet: 88, 42 and 71. RGB value is (136,66,113). Sum of RGB (Red+Green+Blue) = 136+66+113=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #884271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884271 is #77BD8E. Grayscale: #5C5C5C. Windows color (decimal): -7847311 or 7422600. OLE color: 7422600.

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

Color convert

RGB13666113-
CMYK00.510.170.47
HSL319.71º34.65%39.61%-
HSV(B)319.71º51.47%53.33%-
XYZ15.0810.3216.82-
YUV92.29139.69159.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=43.17%
G=20.95%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366611300.510.170.47319.7134.6539.61
Hex884271033112F1402328
Octal21010216106321575004350
Binary1000100010000101110001011001110001101111101000000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884271; }

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

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

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

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

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

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

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

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