Html Css Color HEX #711016 Red Berry

📋 copy color: '#711016'

red 113 ◦ green 16 ◦ blue 22

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

Shades of Red Berry #711016

Tints of Red Berry #711016

RGB

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

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

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

R = 74.83%
G = 10.6%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#711016 (or 0x711016) is known color: Red Berry. HEX triplet: 71, 10 and 16. RGB value is (113,16,22). Sum of RGB (Red+Green+Blue) = 113+16+22=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #711016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711016 is #8EEFE9. Grayscale: #2D2D2D. Windows color (decimal): -9367530 or 1446001. OLE color: 1446001.

HSL color Cylindrical-coordinate representation of color #711016: hue angle of 356.29º 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 #711016 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 22 -
CMYK 0 0.86 0.81 0.56
HSL 356.29º 0.75% 0.25% -
HSV(B) 356.29º 0.86% 0.44% -
XYZ 7.14 3.94 1.14 -
YUV 45.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 113 16 22 0 0.86 0.81 0.56 356.29 0.75 0.25
Hex 71 10 16 0 56 51 38 164 4B 19
Octal 161 20 26 0 126 121 70 544 113 31
Binary 1110001 10000 10110 0 1010110 1010001 111000 101100100 1001011 11001

Color Harmonies of #711016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711016

Black with #711016

Text Example


Text Example

White with #711016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711016; }

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

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

background-color css

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

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

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

border-color css

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

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

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