Html Css Color HEX #711516 Red Berry

📋 copy color: '#711516'

red 113 ◦ green 21 ◦ blue 22

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

Shades of Red Berry #711516

Tints of Red Berry #711516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.46%

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

R = 72.44%
G = 13.46%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#711516 (or 0x711516) is known color: Red Berry. HEX triplet: 71, 15 and 16. RGB value is (113,21,22). Sum of RGB (Red+Green+Blue) = 113+21+22=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #711516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711516 is #8EEAE9. Grayscale: #303030. Windows color (decimal): -9366250 or 1447281. OLE color: 1447281.

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

Color convert

RGB 113 21 22 -
CMYK 0 0.81 0.81 0.56
HSL 359.35º 0.69% 0.26% -
HSV(B) 359.35º 0.81% 0.44% -
XYZ 7.22 4.1 1.17 -
YUV 48.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 113 21 22 0 0.81 0.81 0.56 359.35 0.69 0.26
Hex 71 15 16 0 51 51 38 167 45 1A
Octal 161 25 26 0 121 121 70 547 105 32
Binary 1110001 10101 10110 0 1010001 1010001 111000 101100111 1000101 11010

Color Harmonies of #711516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711516

Black with #711516

Text Example


Text Example

White with #711516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711516; }

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

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

background-color css

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

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

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

border-color css

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

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

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