Html Css Color HEX #71525B Cosmic

📋 copy color: '#71525B'

red 113 ◦ green 82 ◦ blue 91

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

Shades of Cosmic #71525B

Tints of Cosmic #71525B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 39.51%
G = 28.67%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71525B (or 0x71525B) is known color: Cosmic. HEX triplet: 71, 52 and 5B. RGB value is (113,82,91). Sum of RGB (Red+Green+Blue) = 113+82+91=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #71525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71525B is #8EADA4. Grayscale: #5C5C5C. Windows color (decimal): -9350565 or 5984881. OLE color: 5984881.

HSL color Cylindrical-coordinate representation of color #71525B: hue angle of 342.58º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71525B is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 82 91 -
CMYK 0 0.27 0.19 0.56
HSL 342.58º 0.16% 0.38% -
HSV(B) 342.58º 0.27% 0.44% -
XYZ 11.72 10.3 11.27 -
YUV 92.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 113 82 91 0 0.27 0.19 0.56 342.58 0.16 0.38
Hex 71 52 5B 0 1B 13 38 157 10 26
Octal 161 122 133 0 33 23 70 527 20 46
Binary 1110001 1010010 1011011 0 11011 10011 111000 101010111 10000 100110

Color Harmonies of #71525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71525B

Black with #71525B

Text Example


Text Example

White with #71525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71525B; }

 p { color: rgb(113,82,91); }

 H1.HeaderClassName
 {
   color: #71525B;
 }
 .AnyTagClassName
 {
   color: #71525B;
 }
</style>

background-color css

<style>
 a { background-color: #71525B; }

 a { background-color: rgb(113,82,91); }

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

border-color css

<style>
 span { border-color: #71525B; }

 span { border-color: rgb(113,82,91); }

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