Html Css Color HEX #711520 Red Berry

📋 copy color: '#711520'

red 113 ◦ green 21 ◦ blue 32

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

Shades of Red Berry #711520

Tints of Red Berry #711520

RGB

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

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

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

R = 68.07%
G = 12.65%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#711520 (or 0x711520) is known color: Red Berry. HEX triplet: 71, 15 and 20. RGB value is (113,21,32). Sum of RGB (Red+Green+Blue) = 113+21+32=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #711520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711520 is #8EEADF. Grayscale: #313131. Windows color (decimal): -9366240 or 2102641. OLE color: 2102641.

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

Color convert

RGB 113 21 32 -
CMYK 0 0.81 0.72 0.56
HSL 352.83º 0.69% 0.26% -
HSV(B) 352.83º 0.81% 0.44% -
XYZ 7.34 4.15 1.78 -
YUV 49.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 113 21 32 0 0.81 0.72 0.56 352.83 0.69 0.26
Hex 71 15 20 0 51 48 38 161 45 1A
Octal 161 25 40 0 121 110 70 541 105 32
Binary 1110001 10101 100000 0 1010001 1001000 111000 101100001 1000101 11010

Color Harmonies of #711520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711520

Black with #711520

Text Example


Text Example

White with #711520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711520; }

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

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

background-color css

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

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

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

border-color css

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

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

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