#855272

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

Shades of Cosmic #855272

Tints of Cosmic #855272

Color information

#855272 (or 0x855272) is unknown color: approx Cosmic. HEX triplet: 85, 52 and 72. RGB value is (133,82,114). Sum of RGB (Red+Green+Blue) = 133+82+114=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #855272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855272 is #7AAD8D. Grayscale: #646464. Windows color (decimal): -8039822 or 7492229. OLE color: 7492229.

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

Color convert

RGB13382114-
CMYK00.380.140.48
HSL322.35º23.72%42.16%-
HSV(B)322.35º38.35%52.16%-
XYZ15.7312.2417.45-
YUV100.9135.4150.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=40.43%
G=24.92%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338211400.380.140.48322.3523.7242.16
Hex855272026E30142182a
Octal20512216204616605023052
Binary10000101101001011100100100110111011000010100001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855272; }

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

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

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

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

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

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

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

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