Html Css Color HEX #711320 Red Berry

📋 copy color: '#711320'

red 113 ◦ green 19 ◦ blue 32

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

Shades of Red Berry #711320

Tints of Red Berry #711320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.59%

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

R = 68.9%
G = 11.59%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#711320 (or 0x711320) is known color: Red Berry. HEX triplet: 71, 13 and 20. RGB value is (113,19,32). Sum of RGB (Red+Green+Blue) = 113+19+32=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #711320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711320 is #8EECDF. Grayscale: #303030. Windows color (decimal): -9366752 or 2102129. OLE color: 2102129.

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

Color convert

RGB 113 19 32 -
CMYK 0 0.83 0.72 0.56
HSL 351.7º 0.71% 0.26% -
HSV(B) 351.7º 0.83% 0.44% -
XYZ 7.3 4.08 1.77 -
YUV 48.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 113 19 32 0 0.83 0.72 0.56 351.7 0.71 0.26
Hex 71 13 20 0 53 48 38 160 47 1A
Octal 161 23 40 0 123 110 70 540 107 32
Binary 1110001 10011 100000 0 1010011 1001000 111000 101100000 1000111 11010

Color Harmonies of #711320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711320

Black with #711320

Text Example


Text Example

White with #711320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711320; }

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

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

background-color css

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

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

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

border-color css

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

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

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