#71515E

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

Shades of Cosmic #71515E

Tints of Cosmic #71515E

Color information

#71515E (or 0x71515E) is unknown color: approx Cosmic. HEX triplet: 71, 51 and 5E. RGB value is (113,81,94). Sum of RGB (Red+Green+Blue) = 113+81+94=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #71515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71515E is #8EAEA1. Grayscale: #5C5C5C. Windows color (decimal): -9350818 or 6181233. OLE color: 6181233.

HSL color Cylindrical-coordinate representation of color #71515E: hue angle of 335.62º 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 #71515E is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1138194-
CMYK00.280.170.56
HSL335.62º16.49%38.04%-
HSV(B)335.62º28.32%44.31%-
XYZ11.7710.211.94-
YUV92.05129.1142.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.24%
GREEN value IS 81 (32.03% from 255) = 28.12%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=39.24%
G=28.12%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113819400.280.170.56335.6216.4938.04
Hex71515E01C11381501026
Octal16112113603421705202046
Binary1110001101000110111100111001000111100010101000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71515E; }

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

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

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

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

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

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

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

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