Html Css Color HEX #711F20 Red Berry

📋 copy color: '#711F20'

red 113 ◦ green 31 ◦ blue 32

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

Shades of Red Berry #711F20

Tints of Red Berry #711F20

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.61%

 BLUE value IS 32 (12.89% from 255) = 18.18%

R = 64.2%
G = 17.61%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#711F20 (or 0x711F20) is known color: Red Berry. HEX triplet: 71, 1F and 20. RGB value is (113,31,32). Sum of RGB (Red+Green+Blue) = 113+31+32=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #711F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711F20 is #8EE0DF. Grayscale: #373737. Windows color (decimal): -9363680 or 2105201. OLE color: 2105201.

HSL color Cylindrical-coordinate representation of color #711F20: hue angle of 359.27º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711F20 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 31 32 -
CMYK 0 0.73 0.72 0.56
HSL 359.27º 0.57% 0.28% -
HSV(B) 359.27º 0.73% 0.44% -
XYZ 7.56 4.59 1.85 -
YUV 55.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 113 31 32 0 0.73 0.72 0.56 359.27 0.57 0.28
Hex 71 1F 20 0 49 48 38 167 39 1C
Octal 161 37 40 0 111 110 70 547 71 34
Binary 1110001 11111 100000 0 1001001 1001000 111000 101100111 111001 11100

Color Harmonies of #711F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F20

Black with #711F20

Text Example


Text Example

White with #711F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711F20; }

 p { color: rgb(113,31,32); }

 H1.HeaderClassName
 {
   color: #711F20;
 }
 .AnyTagClassName
 {
   color: #711F20;
 }
</style>

background-color css

<style>
 a { background-color: #711F20; }

 a { background-color: rgb(113,31,32); }

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

border-color css

<style>
 span { border-color: #711F20; }

 span { border-color: rgb(113,31,32); }

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