Html Css Color HEX #711E2D Red Berry

📋 copy color: '#711E2D'

red 113 ◦ green 30 ◦ blue 45

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

Shades of Red Berry #711E2D

Tints of Red Berry #711E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 60.11%
G = 15.96%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#711E2D (or 0x711E2D) is known color: Red Berry. HEX triplet: 71, 1E and 2D. RGB value is (113,30,45). Sum of RGB (Red+Green+Blue) = 113+30+45=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #711E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711E2D is #8EE1D2. Grayscale: #383838. Windows color (decimal): -9363923 or 2956913. OLE color: 2956913.

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

Color convert

RGB 113 30 45 -
CMYK 0 0.73 0.60 0.56
HSL 349.16º 0.58% 0.28% -
HSV(B) 349.16º 0.73% 0.44% -
XYZ 7.75 4.63 2.97 -
YUV 56.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 113 30 45 0 0.73 0.60 0.56 349.16 0.58 0.28
Hex 71 1E 2D 0 49 3C 38 15D 3A 1C
Octal 161 36 55 0 111 74 70 535 72 34
Binary 1110001 11110 101101 0 1001001 111100 111000 101011101 111010 11100

Color Harmonies of #711E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E2D

Black with #711E2D

Text Example


Text Example

White with #711E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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