Html Css Color HEX #711020 Red Berry

📋 copy color: '#711020'

red 113 ◦ green 16 ◦ blue 32

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

Shades of Red Berry #711020

Tints of Red Berry #711020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.94%

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

R = 70.19%
G = 9.94%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#711020 (or 0x711020) is known color: Red Berry. HEX triplet: 71, 10 and 20. RGB value is (113,16,32). Sum of RGB (Red+Green+Blue) = 113+16+32=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #711020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711020 is #8EEFDF. Grayscale: #2E2E2E. Windows color (decimal): -9367520 or 2101361. OLE color: 2101361.

HSL color Cylindrical-coordinate representation of color #711020: hue angle of 350.1º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711020 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 32 -
CMYK 0 0.86 0.72 0.56
HSL 350.1º 0.75% 0.25% -
HSV(B) 350.1º 0.86% 0.44% -
XYZ 7.26 3.99 1.75 -
YUV 46.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 113 16 32 0 0.86 0.72 0.56 350.1 0.75 0.25
Hex 71 10 20 0 56 48 38 15E 4B 19
Octal 161 20 40 0 126 110 70 536 113 31
Binary 1110001 10000 100000 0 1010110 1001000 111000 101011110 1001011 11001

Color Harmonies of #711020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711020

Black with #711020

Text Example


Text Example

White with #711020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711020; }

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

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

background-color css

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

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

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

border-color css

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

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

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