#735165

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

Shades of Cosmic #735165

Tints of Cosmic #735165

Color information

#735165 (or 0x735165) is unknown color: approx Cosmic. HEX triplet: 73, 51 and 65. RGB value is (115,81,101). Sum of RGB (Red+Green+Blue) = 115+81+101=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #735165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735165 is #8CAE9A. Grayscale: #5D5D5D. Windows color (decimal): -9219739 or 6639987. OLE color: 6639987.

HSL color Cylindrical-coordinate representation of color #735165: hue angle of 324.71º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735165 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11581101-
CMYK00.300.120.55
HSL324.71º17.35%38.43%-
HSV(B)324.71º29.57%45.1%-
XYZ12.3610.4713.68-
YUV93.45132.26143.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=38.72%
G=27.27%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158110100.300.120.55324.7117.3538.43
Hex73516501EC371451126
Octal16312114503614675052146
Binary111001110100011100101011110110011011110100010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735165; }

 p { color: rgb(115,81,101); }

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

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

 a { background-color: rgb(115,81,101); }

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

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

 span { border-color: rgb(115,81,101); }

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