#855273

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

Shades of Cosmic #855273

Tints of Cosmic #855273

Color information

#855273 (or 0x855273) is unknown color: approx Cosmic. HEX triplet: 85, 52 and 73. RGB value is (133,82,115). Sum of RGB (Red+Green+Blue) = 133+82+115=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #855273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855273 is #7AAD8C. Grayscale: #646464. Windows color (decimal): -8039821 or 7557765. OLE color: 7557765.

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

Color convert

RGB13382115-
CMYK00.380.140.48
HSL321.18º23.72%42.16%-
HSV(B)321.18º38.35%52.16%-
XYZ15.7812.2617.75-
YUV101.01135.9150.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=40.30%
G=24.85%
B=34.85%

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
Decimal1338211500.380.140.48321.1823.7242.16
Hex855273026E30141182a
Octal20512216304616605013052
Binary10000101101001011100110100110111011000010100000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855273; }

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

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

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

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

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

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

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

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