#86415C

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

Shades of Cosmic #86415C

Tints of Cosmic #86415C

Color information

#86415C (or 0x86415C) is unknown color: approx Cosmic. HEX triplet: 86, 41 and 5C. RGB value is (134,65,92). Sum of RGB (Red+Green+Blue) = 134+65+92=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #86415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86415C is #79BEA3. Grayscale: #585858. Windows color (decimal): -7978660 or 6046086. OLE color: 6046086.

HSL color Cylindrical-coordinate representation of color #86415C: hue angle of 336.52º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86415C is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1346592-
CMYK00.510.310.47
HSL336.52º34.67%39.02%-
HSV(B)336.52º51.49%52.55%-
XYZ13.659.6211.26-
YUV88.71129.86160.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=46.05%
G=22.34%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134659200.510.310.47336.5234.6739.02
Hex86415C0331F2F1512327
Octal20610113406337575214347
Binary1000011010000011011100011001111111101111101010001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86415C; }

 p { color: rgb(134,65,92); }

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

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

 a { background-color: rgb(134,65,92); }

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

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

 span { border-color: rgb(134,65,92); }

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