Html Css Color HEX #711220 Red Berry

📋 copy color: '#711220'

red 113 ◦ green 18 ◦ blue 32

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

Shades of Red Berry #711220

Tints of Red Berry #711220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.04%

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

R = 69.33%
G = 11.04%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#711220 (or 0x711220) is known color: Red Berry. HEX triplet: 71, 12 and 20. RGB value is (113,18,32). Sum of RGB (Red+Green+Blue) = 113+18+32=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #711220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711220 is #8EEDDF. Grayscale: #303030. Windows color (decimal): -9367008 or 2101873. OLE color: 2101873.

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

Color convert

RGB 113 18 32 -
CMYK 0 0.84 0.72 0.56
HSL 351.16º 0.73% 0.26% -
HSV(B) 351.16º 0.84% 0.44% -
XYZ 7.29 4.05 1.76 -
YUV 48 118.97 174.36 -
System Red Green Blue C M Y K H S L
Decimal 113 18 32 0 0.84 0.72 0.56 351.16 0.73 0.26
Hex 71 12 20 0 54 48 38 15F 49 1A
Octal 161 22 40 0 124 110 70 537 111 32
Binary 1110001 10010 100000 0 1010100 1001000 111000 101011111 1001001 11010

Color Harmonies of #711220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711220

Black with #711220

Text Example


Text Example

White with #711220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711220; }

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

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

background-color css

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

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

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

border-color css

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

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

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