Html Css Color HEX #711E2C Red Berry

📋 copy color: '#711E2C'

red 113 ◦ green 30 ◦ blue 44

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

Shades of Red Berry #711E2C

Tints of Red Berry #711E2C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.04%

 BLUE value IS 44 (17.58% from 255) = 23.53%

R = 60.43%
G = 16.04%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#711E2C (or 0x711E2C) is known color: Red Berry. HEX triplet: 71, 1E and 2C. RGB value is (113,30,44). Sum of RGB (Red+Green+Blue) = 113+30+44=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #711E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711E2C is #8EE1D3. Grayscale: #383838. Windows color (decimal): -9363924 or 2891377. OLE color: 2891377.

HSL color Cylindrical-coordinate representation of color #711E2C: hue angle of 349.88º degrees, saturation: 0.58, 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 #711E2C is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 30 44 -
CMYK 0 0.73 0.61 0.56
HSL 349.88º 0.58% 0.28% -
HSV(B) 349.88º 0.73% 0.44% -
XYZ 7.73 4.62 2.87 -
YUV 56.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 113 30 44 0 0.73 0.61 0.56 349.88 0.58 0.28
Hex 71 1E 2C 0 49 3D 38 15E 3A 1C
Octal 161 36 54 0 111 75 70 536 72 34
Binary 1110001 11110 101100 0 1001001 111101 111000 101011110 111010 11100

Color Harmonies of #711E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E2C

Black with #711E2C

Text Example


Text Example

White with #711E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,30,44); }

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

background-color css

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

 a { background-color: rgb(113,30,44); }

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

border-color css

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

 span { border-color: rgb(113,30,44); }

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