#865271

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

Shades of Cosmic #865271

Tints of Cosmic #865271

Color information

#865271 (or 0x865271) is unknown color: approx Cosmic. HEX triplet: 86, 52 and 71. RGB value is (134,82,113). Sum of RGB (Red+Green+Blue) = 134+82+113=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #865271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865271 is #79AD8E. Grayscale: #656565. Windows color (decimal): -7974287 or 7426694. OLE color: 7426694.

HSL color Cylindrical-coordinate representation of color #865271: hue angle of 324.23º 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 #865271 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13482113-
CMYK00.390.160.47
HSL324.23º24.07%42.35%-
HSV(B)324.23º38.81%52.55%-
XYZ15.8312.317.16-
YUV101.08134.73151.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=40.73%
G=24.92%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348211300.390.160.47324.2324.0742.35
Hex865271027102F144182a
Octal20612216104720575043052
Binary100001101010010111000101001111000010111110100010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865271; }

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

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

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

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

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

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

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

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