Html Css Color HEX #711724 Red Berry

📋 copy color: '#711724'

red 113 ◦ green 23 ◦ blue 36

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

Shades of Red Berry #711724

Tints of Red Berry #711724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.93%

R = 65.7%
G = 13.37%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#711724 (or 0x711724) is known color: Red Berry. HEX triplet: 71, 17 and 24. RGB value is (113,23,36). Sum of RGB (Red+Green+Blue) = 113+23+36=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #711724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711724 is #8EE8DB. Grayscale: #333333. Windows color (decimal): -9365724 or 2365297. OLE color: 2365297.

HSL color Cylindrical-coordinate representation of color #711724: hue angle of 351.33º 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 #711724 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 36 -
CMYK 0 0.80 0.68 0.56
HSL 351.33º 0.66% 0.27% -
HSV(B) 351.33º 0.8% 0.44% -
XYZ 7.43 4.25 2.1 -
YUV 51.39 119.32 171.94 -
System Red Green Blue C M Y K H S L
Decimal 113 23 36 0 0.80 0.68 0.56 351.33 0.66 0.27
Hex 71 17 24 0 50 44 38 15F 42 1B
Octal 161 27 44 0 120 104 70 537 102 33
Binary 1110001 10111 100100 0 1010000 1000100 111000 101011111 1000010 11011

Color Harmonies of #711724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711724

Black with #711724

Text Example


Text Example

White with #711724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711724; }

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

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

background-color css

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

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

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

border-color css

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

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

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