Html Css Color HEX #711116 Red Berry

📋 copy color: '#711116'

red 113 ◦ green 17 ◦ blue 22

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

Shades of Red Berry #711116

Tints of Red Berry #711116

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.18%

 BLUE value IS 22 (8.98% from 255) = 14.47%

R = 74.34%
G = 11.18%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#711116 (or 0x711116) is known color: Red Berry. HEX triplet: 71, 11 and 16. RGB value is (113,17,22). Sum of RGB (Red+Green+Blue) = 113+17+22=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #711116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711116 is #8EEEE9. Grayscale: #2E2E2E. Windows color (decimal): -9367274 or 1446257. OLE color: 1446257.

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

Color convert

RGB 113 17 22 -
CMYK 0 0.85 0.81 0.56
HSL 356.88º 0.74% 0.25% -
HSV(B) 356.88º 0.85% 0.44% -
XYZ 7.16 3.97 1.15 -
YUV 46.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 113 17 22 0 0.85 0.81 0.56 356.88 0.74 0.25
Hex 71 11 16 0 55 51 38 165 4A 19
Octal 161 21 26 0 125 121 70 545 112 31
Binary 1110001 10001 10110 0 1010101 1010001 111000 101100101 1001010 11001

Color Harmonies of #711116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711116

Black with #711116

Text Example


Text Example

White with #711116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711116; }

 p { color: rgb(113,17,22); }

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

background-color css

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

 a { background-color: rgb(113,17,22); }

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

border-color css

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

 span { border-color: rgb(113,17,22); }

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