Html Css Color HEX #71515F Cosmic

📋 copy color: '#71515F'

red 113 ◦ green 81 ◦ blue 95

#71515F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #71515F

Tints of Cosmic #71515F

RGB

 RED value IS 113 (44.53% from 255) = 39.1%

 GREEN value IS 81 (32.03% from 255) = 28.03%

 BLUE value IS 95 (37.5% from 255) = 32.87%

R = 39.1%
G = 28.03%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71515F (or 0x71515F) is known color: Cosmic. HEX triplet: 71, 51 and 5F. RGB value is (113,81,95). Sum of RGB (Red+Green+Blue) = 113+81+95=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #71515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71515F is #8EAEA0. Grayscale: #5C5C5C. Windows color (decimal): -9350817 or 6246769. OLE color: 6246769.

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

Color convert

RGB 113 81 95 -
CMYK 0 0.28 0.16 0.56
HSL 333.75º 0.16% 0.38% -
HSV(B) 333.75º 0.28% 0.44% -
XYZ 11.82 10.22 12.18 -
YUV 92.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 113 81 95 0 0.28 0.16 0.56 333.75 0.16 0.38
Hex 71 51 5F 0 1C 10 38 14E 10 26
Octal 161 121 137 0 34 20 70 516 20 46
Binary 1110001 1010001 1011111 0 11100 10000 111000 101001110 10000 100110

Color Harmonies of #71515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71515F

Black with #71515F

Text Example


Text Example

White with #71515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71515F;
 }
 .AnyTagClassName
 {
   color: #71515F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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