Html Css Color HEX #71515D Cosmic

📋 copy color: '#71515D'

red 113 ◦ green 81 ◦ blue 93

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

Shades of Cosmic #71515D

Tints of Cosmic #71515D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 39.37%
G = 28.22%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71515D (or 0x71515D) is known color: Cosmic. HEX triplet: 71, 51 and 5D. RGB value is (113,81,93). Sum of RGB (Red+Green+Blue) = 113+81+93=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #71515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71515D is #8EAEA2. Grayscale: #5B5B5B. Windows color (decimal): -9350819 or 6115697. OLE color: 6115697.

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

Color convert

RGB 113 81 93 -
CMYK 0 0.28 0.18 0.56
HSL 337.5º 0.16% 0.38% -
HSV(B) 337.5º 0.28% 0.44% -
XYZ 11.73 10.19 11.7 -
YUV 91.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 113 81 93 0 0.28 0.18 0.56 337.5 0.16 0.38
Hex 71 51 5D 0 1C 12 38 152 10 26
Octal 161 121 135 0 34 22 70 522 20 46
Binary 1110001 1010001 1011101 0 11100 10010 111000 101010010 10000 100110

Color Harmonies of #71515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71515D

Black with #71515D

Text Example


Text Example

White with #71515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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