Html Css Color HEX #711120 Red Berry

📋 copy color: '#711120'

red 113 ◦ green 17 ◦ blue 32

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

Shades of Red Berry #711120

Tints of Red Berry #711120

RGB

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

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

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

R = 69.75%
G = 10.49%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#711120 (or 0x711120) is known color: Red Berry. HEX triplet: 71, 11 and 20. RGB value is (113,17,32). Sum of RGB (Red+Green+Blue) = 113+17+32=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #711120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711120 is #8EEEDF. Grayscale: #2F2F2F. Windows color (decimal): -9367264 or 2101617. OLE color: 2101617.

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

Color convert

RGB 113 17 32 -
CMYK 0 0.85 0.72 0.56
HSL 350.63º 0.74% 0.25% -
HSV(B) 350.63º 0.85% 0.44% -
XYZ 7.27 4.02 1.76 -
YUV 47.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 113 17 32 0 0.85 0.72 0.56 350.63 0.74 0.25
Hex 71 11 20 0 55 48 38 15F 4A 19
Octal 161 21 40 0 125 110 70 537 112 31
Binary 1110001 10001 100000 0 1010101 1001000 111000 101011111 1001010 11001

Color Harmonies of #711120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711120

Black with #711120

Text Example


Text Example

White with #711120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711120; }

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

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

background-color css

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

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

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

border-color css

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

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

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