Html Css Color HEX #711720 Red Berry

📋 copy color: '#711720'

red 113 ◦ green 23 ◦ blue 32

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

Shades of Red Berry #711720

Tints of Red Berry #711720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.69%

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

R = 67.26%
G = 13.69%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#711720 (or 0x711720) is known color: Red Berry. HEX triplet: 71, 17 and 20. RGB value is (113,23,32). Sum of RGB (Red+Green+Blue) = 113+23+32=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #711720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711720 is #8EE8DF. Grayscale: #323232. Windows color (decimal): -9365728 or 2103153. OLE color: 2103153.

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

Color convert

RGB 113 23 32 -
CMYK 0 0.80 0.72 0.56
HSL 354º 0.66% 0.27% -
HSV(B) 354º 0.8% 0.44% -
XYZ 7.38 4.23 1.79 -
YUV 50.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 113 23 32 0 0.80 0.72 0.56 354 0.66 0.27
Hex 71 17 20 0 50 48 38 162 42 1B
Octal 161 27 40 0 120 110 70 542 102 33
Binary 1110001 10111 100000 0 1010000 1001000 111000 101100010 1000010 11011

Color Harmonies of #711720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711720

Black with #711720

Text Example


Text Example

White with #711720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711720; }

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

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

background-color css

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

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

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

border-color css

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

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

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