#865273

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

Shades of Cosmic #865273

Tints of Cosmic #865273

Color information

#865273 (or 0x865273) is unknown color: approx Cosmic. HEX triplet: 86, 52 and 73. RGB value is (134,82,115). Sum of RGB (Red+Green+Blue) = 134+82+115=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #865273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865273 is #79AD8C. Grayscale: #656565. Windows color (decimal): -7974285 or 7557766. OLE color: 7557766.

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

Color convert

RGB13482115-
CMYK00.390.140.47
HSL321.92º24.07%42.35%-
HSV(B)321.92º38.81%52.55%-
XYZ15.9412.3417.76-
YUV101.31135.73151.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.48%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=40.48%
G=24.77%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348211500.390.140.47321.9224.0742.35
Hex865273027E2F142182a
Octal20612216304716575023052
Binary10000110101001011100110100111111010111110100001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865273; }

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

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

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

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

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

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

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

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