#715261

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

Shades of Cosmic #715261

Tints of Cosmic #715261

Color information

#715261 (or 0x715261) is unknown color: approx Cosmic. HEX triplet: 71, 52 and 61. RGB value is (113,82,97). Sum of RGB (Red+Green+Blue) = 113+82+97=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #715261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715261 is #8EAD9E. Grayscale: #5C5C5C. Windows color (decimal): -9350559 or 6378097. OLE color: 6378097.

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

Color convert

RGB1138297-
CMYK00.270.140.56
HSL330.97º15.9%38.24%-
HSV(B)330.97º27.43%44.31%-
XYZ11.9910.4112.69-
YUV92.98130.27142.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.70%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=38.70%
G=28.08%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113829700.270.140.56330.9715.938.24
Hex71526101BE3814b1026
Octal16112214103316705132046
Binary111000110100101100001011011111011100010100101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715261; }

 p { color: rgb(113,82,97); }

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

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

 a { background-color: rgb(113,82,97); }

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

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

 span { border-color: rgb(113,82,97); }

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