Html Css Color HEX #710724 Burgundy

📋 copy color: '#710724'

red 113 ◦ green 7 ◦ blue 36

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

Shades of Burgundy #710724

Tints of Burgundy #710724

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.49%

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

R = 72.44%
G = 4.49%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#710724 (or 0x710724) is known color: Burgundy. HEX triplet: 71, 07 and 24. RGB value is (113,7,36). Sum of RGB (Red+Green+Blue) = 113+7+36=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #710724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710724 is #8EF8DB. Grayscale: #292929. Windows color (decimal): -9369820 or 2361201. OLE color: 2361201.

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

Color convert

RGB 113 7 36 -
CMYK 0 0.94 0.68 0.56
HSL 343.58º 0.88% 0.24% -
HSV(B) 343.58º 0.94% 0.44% -
XYZ 7.2 3.79 2.02 -
YUV 42 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 113 7 36 0 0.94 0.68 0.56 343.58 0.88 0.24
Hex 71 7 24 0 5E 44 38 158 58 18
Octal 161 7 44 0 136 104 70 530 130 30
Binary 1110001 111 100100 0 1011110 1000100 111000 101011000 1011000 11000

Color Harmonies of #710724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710724

Black with #710724

Text Example


Text Example

White with #710724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710724; }

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

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

background-color css

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

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

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

border-color css

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

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

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