#865373

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

Shades of Cosmic #865373

Tints of Cosmic #865373

Color information

#865373 (or 0x865373) is unknown color: approx Cosmic. HEX triplet: 86, 53 and 73. RGB value is (134,83,115). Sum of RGB (Red+Green+Blue) = 134+83+115=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #865373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865373 is #79AC8C. Grayscale: #656565. Windows color (decimal): -7974029 or 7558022. OLE color: 7558022.

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

Color convert

RGB13483115-
CMYK00.380.140.47
HSL322.35º23.5%42.55%-
HSV(B)322.35º38.06%52.55%-
XYZ16.0212.4917.79-
YUV101.9135.4150.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=40.36%
G=25%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348311500.380.140.47322.3523.542.55
Hex865373026E2F142182b
Octal20612316304616575023053
Binary10000110101001111100110100110111010111110100001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865373; }

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

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

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

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

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

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

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

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