Html Css Color HEX #711729 Red Berry

📋 copy color: '#711729'

red 113 ◦ green 23 ◦ blue 41

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

Shades of Red Berry #711729

Tints of Red Berry #711729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.99%

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

R = 63.84%
G = 12.99%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#711729 (or 0x711729) is known color: Red Berry. HEX triplet: 71, 17 and 29. RGB value is (113,23,41). Sum of RGB (Red+Green+Blue) = 113+23+41=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #711729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711729 is #8EE8D6. Grayscale: #333333. Windows color (decimal): -9365719 or 2692977. OLE color: 2692977.

HSL color Cylindrical-coordinate representation of color #711729: hue angle of 348º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711729 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 41 -
CMYK 0 0.80 0.64 0.56
HSL 348º 0.66% 0.27% -
HSV(B) 348º 0.8% 0.44% -
XYZ 7.52 4.28 2.53 -
YUV 51.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 113 23 41 0 0.80 0.64 0.56 348 0.66 0.27
Hex 71 17 29 0 50 40 38 15C 42 1B
Octal 161 27 51 0 120 100 70 534 102 33
Binary 1110001 10111 101001 0 1010000 1000000 111000 101011100 1000010 11011

Color Harmonies of #711729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711729

Black with #711729

Text Example


Text Example

White with #711729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711729; }

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

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

background-color css

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

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

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

border-color css

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

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

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