Html Css Color HEX #711F21 Red Berry

📋 copy color: '#711F21'

red 113 ◦ green 31 ◦ blue 33

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

Shades of Red Berry #711F21

Tints of Red Berry #711F21

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.51%

 BLUE value IS 33 (13.28% from 255) = 18.64%

R = 63.84%
G = 17.51%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#711F21 (or 0x711F21) is known color: Red Berry. HEX triplet: 71, 1F and 21. RGB value is (113,31,33). Sum of RGB (Red+Green+Blue) = 113+31+33=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #711F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711F21 is #8EE0DE. Grayscale: #373737. Windows color (decimal): -9363679 or 2170737. OLE color: 2170737.

HSL color Cylindrical-coordinate representation of color #711F21: hue angle of 358.54º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711F21 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 31 33 -
CMYK 0 0.73 0.71 0.56
HSL 358.54º 0.57% 0.28% -
HSV(B) 358.54º 0.73% 0.44% -
XYZ 7.57 4.6 1.93 -
YUV 55.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 113 31 33 0 0.73 0.71 0.56 358.54 0.57 0.28
Hex 71 1F 21 0 49 47 38 167 39 1C
Octal 161 37 41 0 111 107 70 547 71 34
Binary 1110001 11111 100001 0 1001001 1000111 111000 101100111 111001 11100

Color Harmonies of #711F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F21

Black with #711F21

Text Example


Text Example

White with #711F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711F21; }

 p { color: rgb(113,31,33); }

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

background-color css

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

 a { background-color: rgb(113,31,33); }

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

border-color css

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

 span { border-color: rgb(113,31,33); }

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