Html Css Color HEX #71574B Quincy

📋 copy color: '#71574B'

red 113 ◦ green 87 ◦ blue 75

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

Shades of Quincy #71574B

Tints of Quincy #71574B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.64%

 BLUE value IS 75 (29.69% from 255) = 27.27%

R = 41.09%
G = 31.64%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71574B (or 0x71574B) is known color: Quincy. HEX triplet: 71, 57 and 4B. RGB value is (113,87,75). Sum of RGB (Red+Green+Blue) = 113+87+75=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #71574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71574B is #8EA8B4. Grayscale: #5D5D5D. Windows color (decimal): -9349301 or 4937585. OLE color: 4937585.

HSL color Cylindrical-coordinate representation of color #71574B: hue angle of 18.95º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71574B is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 87 75 -
CMYK 0 0.23 0.34 0.56
HSL 18.95º 0.2% 0.37% -
HSV(B) 18.95º 0.34% 0.44% -
XYZ 11.49 10.84 8.14 -
YUV 93.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 113 87 75 0 0.23 0.34 0.56 18.95 0.2 0.37
Hex 71 57 4B 0 17 22 38 13 14 25
Octal 161 127 113 0 27 42 70 23 24 45
Binary 1110001 1010111 1001011 0 10111 100010 111000 10011 10100 100101

Color Harmonies of #71574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71574B

Black with #71574B

Text Example


Text Example

White with #71574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,87,75); }

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

background-color css

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

 a { background-color: rgb(113,87,75); }

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

border-color css

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

 span { border-color: rgb(113,87,75); }

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