#715164

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

Shades of Cosmic #715164

Tints of Cosmic #715164

Color information

#715164 (or 0x715164) is unknown color: approx Cosmic. HEX triplet: 71, 51 and 64. RGB value is (113,81,100). Sum of RGB (Red+Green+Blue) = 113+81+100=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #715164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715164 is #8EAE9B. Grayscale: #5C5C5C. Windows color (decimal): -9350812 or 6574449. OLE color: 6574449.

HSL color Cylindrical-coordinate representation of color #715164: hue angle of 324.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #715164 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB11381100-
CMYK00.280.120.56
HSL324.38º16.49%38.04%-
HSV(B)324.38º28.32%44.31%-
XYZ12.0510.3213.41-
YUV92.73132.1142.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.44%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 100 (39.45% from 255) = 34.01%
R=38.44%
G=27.55%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138110000.280.120.56324.3816.4938.04
Hex71516401CC381441026
Octal16112114403414705042046
Binary111000110100011100100011100110011100010100010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715164; }

 p { color: rgb(113,81,100); }

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

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

 a { background-color: rgb(113,81,100); }

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

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

 span { border-color: rgb(113,81,100); }

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