Html Css Color HEX #710A1D Burgundy

📋 copy color: '#710A1D'

red 113 ◦ green 10 ◦ blue 29

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

Shades of Burgundy #710A1D

Tints of Burgundy #710A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.58%

 BLUE value IS 29 (11.72% from 255) = 19.08%

R = 74.34%
G = 6.58%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#710A1D (or 0x710A1D) is known color: Burgundy. HEX triplet: 71, 0A and 1D. RGB value is (113,10,29). Sum of RGB (Red+Green+Blue) = 113+10+29=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #710A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A1D is #8EF5E2. Grayscale: #2A2A2A. Windows color (decimal): -9369059 or 1903217. OLE color: 1903217.

HSL color Cylindrical-coordinate representation of color #710A1D: hue angle of 348.93º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A1D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 10 29 -
CMYK 0 0.91 0.74 0.56
HSL 348.93º 0.84% 0.24% -
HSV(B) 348.93º 0.91% 0.44% -
XYZ 7.14 3.82 1.52 -
YUV 42.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 113 10 29 0 0.91 0.74 0.56 348.93 0.84 0.24
Hex 71 A 1D 0 5B 4A 38 15D 54 18
Octal 161 12 35 0 133 112 70 535 124 30
Binary 1110001 1010 11101 0 1011011 1001010 111000 101011101 1010100 11000

Color Harmonies of #710A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A1D

Black with #710A1D

Text Example


Text Example

White with #710A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710A1D; }

 p { color: rgb(113,10,29); }

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

background-color css

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

 a { background-color: rgb(113,10,29); }

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

border-color css

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

 span { border-color: rgb(113,10,29); }

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