Html Css Color HEX #711E2B Red Berry

📋 copy color: '#711E2B'

red 113 ◦ green 30 ◦ blue 43

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

Shades of Red Berry #711E2B

Tints of Red Berry #711E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.12%

R = 60.75%
G = 16.13%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#711E2B (or 0x711E2B) is known color: Red Berry. HEX triplet: 71, 1E and 2B. RGB value is (113,30,43). Sum of RGB (Red+Green+Blue) = 113+30+43=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #711E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711E2B is #8EE1D4. Grayscale: #383838. Windows color (decimal): -9363925 or 2825841. OLE color: 2825841.

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

Color convert

RGB 113 30 43 -
CMYK 0 0.73 0.62 0.56
HSL 350.6º 0.58% 0.28% -
HSV(B) 350.6º 0.73% 0.44% -
XYZ 7.71 4.61 2.77 -
YUV 56.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 113 30 43 0 0.73 0.62 0.56 350.6 0.58 0.28
Hex 71 1E 2B 0 49 3E 38 15F 3A 1C
Octal 161 36 53 0 111 76 70 537 72 34
Binary 1110001 11110 101011 0 1001001 111110 111000 101011111 111010 11100

Color Harmonies of #711E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E2B

Black with #711E2B

Text Example


Text Example

White with #711E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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