#885073

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

Shades of Cosmic #885073

Tints of Cosmic #885073

Color information

#885073 (or 0x885073) is unknown color: approx Cosmic. HEX triplet: 88, 50 and 73. RGB value is (136,80,115). Sum of RGB (Red+Green+Blue) = 136+80+115=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #885073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885073 is #77AF8C. Grayscale: #646464. Windows color (decimal): -7843725 or 7557256. OLE color: 7557256.

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

Color convert

RGB13680115-
CMYK00.410.150.47
HSL322.5º25.93%42.35%-
HSV(B)322.5º41.18%53.33%-
XYZ16.1212.2117.73-
YUV100.73136.05153.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=41.09%
G=24.17%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368011500.410.150.47322.525.9342.35
Hex885073029F2F1421a2a
Octal21012016305117575023252
Binary10001000101000011100110101001111110111110100001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885073; }

 p { color: rgb(136,80,115); }

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

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

 a { background-color: rgb(136,80,115); }

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

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

 span { border-color: rgb(136,80,115); }

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