#855073

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

Shades of Cosmic #855073

Tints of Cosmic #855073

Color information

#855073 (or 0x855073) is unknown color: approx Cosmic. HEX triplet: 85, 50 and 73. RGB value is (133,80,115). Sum of RGB (Red+Green+Blue) = 133+80+115=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #855073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855073 is #7AAF8C. Grayscale: #636363. Windows color (decimal): -8040333 or 7557253. OLE color: 7557253.

HSL color Cylindrical-coordinate representation of color #855073: hue angle of 320.38º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855073 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13380115-
CMYK00.400.140.48
HSL320.38º24.88%41.76%-
HSV(B)320.38º39.85%52.16%-
XYZ15.6411.9617.7-
YUV99.84136.56151.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=40.55%
G=24.39%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338011500.400.140.48320.3824.8841.76
Hex855073028E30140192a
Octal20512016305016605003152
Binary10000101101000011100110101000111011000010100000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855073; }

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

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

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

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

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

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

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

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