Html Css Color HEX #710824 Burgundy

📋 copy color: '#710824'

red 113 ◦ green 8 ◦ blue 36

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

Shades of Burgundy #710824

Tints of Burgundy #710824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.1%

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

R = 71.97%
G = 5.1%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#710824 (or 0x710824) is known color: Burgundy. HEX triplet: 71, 08 and 24. RGB value is (113,8,36). Sum of RGB (Red+Green+Blue) = 113+8+36=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #710824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710824 is #8EF7DB. Grayscale: #2A2A2A. Windows color (decimal): -9369564 or 2361457. OLE color: 2361457.

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

Color convert

RGB 113 8 36 -
CMYK 0 0.93 0.68 0.56
HSL 344º 0.87% 0.24% -
HSV(B) 344º 0.93% 0.44% -
XYZ 7.22 3.81 2.02 -
YUV 42.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 113 8 36 0 0.93 0.68 0.56 344 0.87 0.24
Hex 71 8 24 0 5D 44 38 158 57 18
Octal 161 10 44 0 135 104 70 530 127 30
Binary 1110001 1000 100100 0 1011101 1000100 111000 101011000 1010111 11000

Color Harmonies of #710824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710824

Black with #710824

Text Example


Text Example

White with #710824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710824; }

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

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

background-color css

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

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

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

border-color css

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

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

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