#71515A

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

Shades of Cosmic #71515A

Tints of Cosmic #71515A

Color information

#71515A (or 0x71515A) is unknown color: approx Cosmic. HEX triplet: 71, 51 and 5A. RGB value is (113,81,90). Sum of RGB (Red+Green+Blue) = 113+81+90=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #71515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71515A is #8EAEA5. Grayscale: #5B5B5B. Windows color (decimal): -9350822 or 5919089. OLE color: 5919089.

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

Color convert

RGB1138190-
CMYK00.280.200.56
HSL343.12º16.49%38.04%-
HSV(B)343.12º28.32%44.31%-
XYZ11.610.1311.02-
YUV91.59127.1143.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=39.79%
G=28.52%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113819000.280.200.56343.1216.4938.04
Hex71515A01C14381571026
Octal16112113203424705272046
Binary1110001101000110110100111001010011100010101011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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