#865274

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

Shades of Cosmic #865274

Tints of Cosmic #865274

Color information

#865274 (or 0x865274) is unknown color: approx Cosmic. HEX triplet: 86, 52 and 74. RGB value is (134,82,116). Sum of RGB (Red+Green+Blue) = 134+82+116=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #865274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865274 is #79AD8B. Grayscale: #656565. Windows color (decimal): -7974284 or 7623302. OLE color: 7623302.

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

Color convert

RGB13482116-
CMYK00.390.130.47
HSL320.77º24.07%42.35%-
HSV(B)320.77º38.81%52.55%-
XYZ1612.3618.07-
YUV101.42136.23151.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=40.36%
G=24.70%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348211600.390.130.47320.7724.0742.35
Hex865274027D2F141182a
Octal20612216404715575013052
Binary10000110101001011101000100111110110111110100000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865274; }

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

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

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

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

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

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

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

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