#855072

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

Shades of Cosmic #855072

Tints of Cosmic #855072

Color information

#855072 (or 0x855072) is unknown color: approx Cosmic. HEX triplet: 85, 50 and 72. RGB value is (133,80,114). Sum of RGB (Red+Green+Blue) = 133+80+114=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #855072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855072 is #7AAF8D. Grayscale: #636363. Windows color (decimal): -8040334 or 7491717. OLE color: 7491717.

HSL color Cylindrical-coordinate representation of color #855072: hue angle of 321.51º 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 #855072 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13380114-
CMYK00.400.140.48
HSL321.51º24.88%41.76%-
HSV(B)321.51º39.85%52.16%-
XYZ15.5811.9417.4-
YUV99.72136.06151.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=40.67%
G=24.46%
B=34.86%

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
Decimal1338011400.400.140.48321.5124.8841.76
Hex855072028E30142192a
Octal20512016205016605023152
Binary10000101101000011100100101000111011000010100001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855072; }

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

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

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

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

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

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

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

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