Html Css Color HEX #71584A Quincy

📋 copy color: '#71584A'

red 113 ◦ green 88 ◦ blue 74

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

Shades of Quincy #71584A

Tints of Quincy #71584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

 BLUE value IS 74 (29.3% from 255) = 26.91%

R = 41.09%
G = 32%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71584A (or 0x71584A) is known color: Quincy. HEX triplet: 71, 58 and 4A. RGB value is (113,88,74). Sum of RGB (Red+Green+Blue) = 113+88+74=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #71584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71584A is #8EA7B5. Grayscale: #5D5D5D. Windows color (decimal): -9349046 or 4872305. OLE color: 4872305.

HSL color Cylindrical-coordinate representation of color #71584A: hue angle of 21.54º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71584A is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 88 74 -
CMYK 0 0.22 0.35 0.56
HSL 21.54º 0.21% 0.37% -
HSV(B) 21.54º 0.35% 0.44% -
XYZ 11.54 10.98 7.99 -
YUV 93.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 113 88 74 0 0.22 0.35 0.56 21.54 0.21 0.37
Hex 71 58 4A 0 16 23 38 16 15 25
Octal 161 130 112 0 26 43 70 26 25 45
Binary 1110001 1011000 1001010 0 10110 100011 111000 10110 10101 100101

Color Harmonies of #71584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71584A

Black with #71584A

Text Example


Text Example

White with #71584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,88,74); }

 H1.HeaderClassName
 {
   color: #71584A;
 }
 .AnyTagClassName
 {
   color: #71584A;
 }
</style>

background-color css

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

 a { background-color: rgb(113,88,74); }

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

border-color css

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

 span { border-color: rgb(113,88,74); }

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