Html Css Color HEX #711F2D Red Berry

📋 copy color: '#711F2D'

red 113 ◦ green 31 ◦ blue 45

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

Shades of Red Berry #711F2D

Tints of Red Berry #711F2D

RGB

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

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

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

R = 59.79%
G = 16.4%
B = 23.81%

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

#711F2D (or 0x711F2D) is known color: Red Berry. HEX triplet: 71, 1F and 2D. RGB value is (113,31,45). Sum of RGB (Red+Green+Blue) = 113+31+45=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #711F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711F2D is #8EE0D2. Grayscale: #393939. Windows color (decimal): -9363667 or 2957169. OLE color: 2957169.

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

Color convert

RGB 113 31 45 -
CMYK 0 0.73 0.60 0.56
HSL 349.76º 0.57% 0.28% -
HSV(B) 349.76º 0.73% 0.44% -
XYZ 7.77 4.68 2.98 -
YUV 57.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 113 31 45 0 0.73 0.60 0.56 349.76 0.57 0.28
Hex 71 1F 2D 0 49 3C 38 15E 39 1C
Octal 161 37 55 0 111 74 70 536 71 34
Binary 1110001 11111 101101 0 1001001 111100 111000 101011110 111001 11100

Color Harmonies of #711F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F2D

Black with #711F2D

Text Example


Text Example

White with #711F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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