#71515C

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

Shades of Cosmic #71515C

Tints of Cosmic #71515C

Color information

#71515C (or 0x71515C) is unknown color: approx Cosmic. HEX triplet: 71, 51 and 5C. RGB value is (113,81,92). Sum of RGB (Red+Green+Blue) = 113+81+92=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #71515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71515C is #8EAEA3. Grayscale: #5B5B5B. Windows color (decimal): -9350820 or 6050161. OLE color: 6050161.

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

Color convert

RGB1138192-
CMYK00.280.190.56
HSL339.38º16.49%38.04%-
HSV(B)339.38º28.32%44.31%-
XYZ11.6810.1711.47-
YUV91.82128.1143.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=39.51%
G=28.32%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113819200.280.190.56339.3816.4938.04
Hex71515C01C13381531026
Octal16112113403423705232046
Binary1110001101000110111000111001001111100010101001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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