Html Css Color HEX #711C21 Red Berry

📋 copy color: '#711C21'

red 113 ◦ green 28 ◦ blue 33

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

Shades of Red Berry #711C21

Tints of Red Berry #711C21

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.09%

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

R = 64.94%
G = 16.09%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#711C21 (or 0x711C21) is known color: Red Berry. HEX triplet: 71, 1C and 21. RGB value is (113,28,33). Sum of RGB (Red+Green+Blue) = 113+28+33=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #711C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C21 is #8EE3DE. Grayscale: #363636. Windows color (decimal): -9364447 or 2169969. OLE color: 2169969.

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

Color convert

RGB 113 28 33 -
CMYK 0 0.75 0.71 0.56
HSL 356.47º 0.6% 0.28% -
HSV(B) 356.47º 0.75% 0.44% -
XYZ 7.5 4.45 1.9 -
YUV 53.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 113 28 33 0 0.75 0.71 0.56 356.47 0.6 0.28
Hex 71 1C 21 0 4B 47 38 164 3C 1C
Octal 161 34 41 0 113 107 70 544 74 34
Binary 1110001 11100 100001 0 1001011 1000111 111000 101100100 111100 11100

Color Harmonies of #711C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C21

Black with #711C21

Text Example


Text Example

White with #711C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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