Html Css Color HEX #711011 Red Berry

📋 copy color: '#711011'

red 113 ◦ green 16 ◦ blue 17

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

Shades of Red Berry #711011

Tints of Red Berry #711011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.64%

R = 77.4%
G = 10.96%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#711011 (or 0x711011) is known color: Red Berry. HEX triplet: 71, 10 and 11. RGB value is (113,16,17). Sum of RGB (Red+Green+Blue) = 113+16+17=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #711011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711011 is #8EEFEE. Grayscale: #2D2D2D. Windows color (decimal): -9367535 or 1118321. OLE color: 1118321.

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

Color convert

RGB 113 16 17 -
CMYK 0 0.86 0.85 0.56
HSL 359.38º 0.75% 0.25% -
HSV(B) 359.38º 0.86% 0.44% -
XYZ 7.1 3.92 0.91 -
YUV 45.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 113 16 17 0 0.86 0.85 0.56 359.38 0.75 0.25
Hex 71 10 11 0 56 55 38 167 4B 19
Octal 161 20 21 0 126 125 70 547 113 31
Binary 1110001 10000 10001 0 1010110 1010101 111000 101100111 1001011 11001

Color Harmonies of #711011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711011

Black with #711011

Text Example


Text Example

White with #711011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711011; }

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

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

background-color css

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

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

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

border-color css

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

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

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