Html Css Color HEX #71594C Domino

📋 copy color: '#71594C'

red 113 ◦ green 89 ◦ blue 76

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

Shades of Domino #71594C

Tints of Domino #71594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

 BLUE value IS 76 (30.08% from 255) = 27.34%

R = 40.65%
G = 32.01%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71594C (or 0x71594C) is known color: Domino. HEX triplet: 71, 59 and 4C. RGB value is (113,89,76). Sum of RGB (Red+Green+Blue) = 113+89+76=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #71594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71594C is #8EA6B3. Grayscale: #5E5E5E. Windows color (decimal): -9348788 or 5003633. OLE color: 5003633.

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

Color convert

RGB 113 89 76 -
CMYK 0 0.21 0.33 0.56
HSL 21.08º 0.2% 0.37% -
HSV(B) 21.08º 0.33% 0.44% -
XYZ 11.69 11.18 8.38 -
YUV 94.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 113 89 76 0 0.21 0.33 0.56 21.08 0.2 0.37
Hex 71 59 4C 0 15 21 38 15 14 25
Octal 161 131 114 0 25 41 70 25 24 45
Binary 1110001 1011001 1001100 0 10101 100001 111000 10101 10100 100101

Color Harmonies of #71594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71594C

Black with #71594C

Text Example


Text Example

White with #71594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71594C; }

 p { color: rgb(113,89,76); }

 H1.HeaderClassName
 {
   color: #71594C;
 }
 .AnyTagClassName
 {
   color: #71594C;
 }
</style>

background-color css

<style>
 a { background-color: #71594C; }

 a { background-color: rgb(113,89,76); }

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

border-color css

<style>
 span { border-color: #71594C; }

 span { border-color: rgb(113,89,76); }

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