Html Css Color HEX #71594B Domino

📋 copy color: '#71594B'

red 113 ◦ green 89 ◦ blue 75

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

Shades of Domino #71594B

Tints of Domino #71594B

RGB

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

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

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

R = 40.79%
G = 32.13%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71594B (or 0x71594B) is known color: Domino. HEX triplet: 71, 59 and 4B. RGB value is (113,89,75). Sum of RGB (Red+Green+Blue) = 113+89+75=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #71594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71594B is #8EA6B4. Grayscale: #5E5E5E. Windows color (decimal): -9348789 or 4938097. OLE color: 4938097.

HSL color Cylindrical-coordinate representation of color #71594B: hue angle of 22.11º 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 #71594B is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 89 75 -
CMYK 0 0.21 0.34 0.56
HSL 22.11º 0.2% 0.37% -
HSV(B) 22.11º 0.34% 0.44% -
XYZ 11.65 11.16 8.2 -
YUV 94.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 113 89 75 0 0.21 0.34 0.56 22.11 0.2 0.37
Hex 71 59 4B 0 15 22 38 16 14 25
Octal 161 131 113 0 25 42 70 26 24 45
Binary 1110001 1011001 1001011 0 10101 100010 111000 10110 10100 100101

Color Harmonies of #71594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71594B

Black with #71594B

Text Example


Text Example

White with #71594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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