Html Css Color HEX #711920 Red Berry

📋 copy color: '#711920'

red 113 ◦ green 25 ◦ blue 32

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

Shades of Red Berry #711920

Tints of Red Berry #711920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.71%

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

R = 66.47%
G = 14.71%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#711920 (or 0x711920) is known color: Red Berry. HEX triplet: 71, 19 and 20. RGB value is (113,25,32). Sum of RGB (Red+Green+Blue) = 113+25+32=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #711920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711920 is #8EE6DF. Grayscale: #343434. Windows color (decimal): -9365216 or 2103665. OLE color: 2103665.

HSL color Cylindrical-coordinate representation of color #711920: hue angle of 355.23º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711920 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 32 -
CMYK 0 0.78 0.72 0.56
HSL 355.23º 0.64% 0.27% -
HSV(B) 355.23º 0.78% 0.44% -
XYZ 7.42 4.31 1.81 -
YUV 52.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 113 25 32 0 0.78 0.72 0.56 355.23 0.64 0.27
Hex 71 19 20 0 4E 48 38 163 40 1B
Octal 161 31 40 0 116 110 70 543 100 33
Binary 1110001 11001 100000 0 1001110 1001000 111000 101100011 1000000 11011

Color Harmonies of #711920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711920

Black with #711920

Text Example


Text Example

White with #711920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711920; }

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

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

background-color css

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

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

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

border-color css

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

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

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