Html Css Color HEX #71584D Dorado

📋 copy color: '#71584D'

red 113 ◦ green 88 ◦ blue 77

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

Shades of Dorado #71584D

Tints of Dorado #71584D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.7%

R = 40.65%
G = 31.65%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71584D (or 0x71584D) is known color: Dorado. HEX triplet: 71, 58 and 4D. RGB value is (113,88,77). Sum of RGB (Red+Green+Blue) = 113+88+77=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #71584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71584D is #8EA7B2. Grayscale: #5E5E5E. Windows color (decimal): -9349043 or 5068913. OLE color: 5068913.

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

Color convert

RGB 113 88 77 -
CMYK 0 0.22 0.32 0.56
HSL 18.33º 0.19% 0.37% -
HSV(B) 18.33º 0.32% 0.44% -
XYZ 11.64 11.03 8.54 -
YUV 94.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 113 88 77 0 0.22 0.32 0.56 18.33 0.19 0.37
Hex 71 58 4D 0 16 20 38 12 13 25
Octal 161 130 115 0 26 40 70 22 23 45
Binary 1110001 1011000 1001101 0 10110 100000 111000 10010 10011 100101

Color Harmonies of #71584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71584D

Black with #71584D

Text Example


Text Example

White with #71584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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