Html Css Color HEX #711D29 Red Berry

📋 copy color: '#711D29'

red 113 ◦ green 29 ◦ blue 41

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

Shades of Red Berry #711D29

Tints of Red Berry #711D29

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.85%

 BLUE value IS 41 (16.41% from 255) = 22.4%

R = 61.75%
G = 15.85%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#711D29 (or 0x711D29) is known color: Red Berry. HEX triplet: 71, 1D and 29. RGB value is (113,29,41). Sum of RGB (Red+Green+Blue) = 113+29+41=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #711D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D29 is #8EE2D6. Grayscale: #373737. Windows color (decimal): -9364183 or 2694513. OLE color: 2694513.

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

Color convert

RGB 113 29 41 -
CMYK 0 0.74 0.64 0.56
HSL 351.43º 0.59% 0.28% -
HSV(B) 351.43º 0.74% 0.44% -
XYZ 7.65 4.55 2.57 -
YUV 55.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 113 29 41 0 0.74 0.64 0.56 351.43 0.59 0.28
Hex 71 1D 29 0 4A 40 38 15F 3B 1C
Octal 161 35 51 0 112 100 70 537 73 34
Binary 1110001 11101 101001 0 1001010 1000000 111000 101011111 111011 11100

Color Harmonies of #711D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D29

Black with #711D29

Text Example


Text Example

White with #711D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,29,41); }

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

background-color css

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

 a { background-color: rgb(113,29,41); }

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

border-color css

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

 span { border-color: rgb(113,29,41); }

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