Html Css Color HEX #710424 Burgundy

📋 copy color: '#710424'

red 113 ◦ green 4 ◦ blue 36

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

Shades of Burgundy #710424

Tints of Burgundy #710424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.61%

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

R = 73.86%
G = 2.61%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#710424 (or 0x710424) is known color: Burgundy. HEX triplet: 71, 04 and 24. RGB value is (113,4,36). Sum of RGB (Red+Green+Blue) = 113+4+36=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #710424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710424 is #8EFBDB. Grayscale: #282828. Windows color (decimal): -9370588 or 2360433. OLE color: 2360433.

HSL color Cylindrical-coordinate representation of color #710424: hue angle of 342.39º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710424 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 36 -
CMYK 0 0.96 0.68 0.56
HSL 342.39º 0.93% 0.23% -
HSV(B) 342.39º 0.96% 0.44% -
XYZ 7.17 3.72 2.01 -
YUV 40.24 125.61 179.9 -
System Red Green Blue C M Y K H S L
Decimal 113 4 36 0 0.96 0.68 0.56 342.39 0.93 0.23
Hex 71 4 24 0 60 44 38 156 5D 17
Octal 161 4 44 0 140 104 70 526 135 27
Binary 1110001 100 100100 0 1100000 1000100 111000 101010110 1011101 10111

Color Harmonies of #710424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710424

Black with #710424

Text Example


Text Example

White with #710424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710424; }

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

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

background-color css

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

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

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

border-color css

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

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

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