Html Css Color HEX #710A2F Burgundy

📋 copy color: '#710A2F'

red 113 ◦ green 10 ◦ blue 47

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

Shades of Burgundy #710A2F

Tints of Burgundy #710A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.65%

R = 66.47%
G = 5.88%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#710A2F (or 0x710A2F) is known color: Burgundy. HEX triplet: 71, 0A and 2F. RGB value is (113,10,47). Sum of RGB (Red+Green+Blue) = 113+10+47=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #710A2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A2F is #8EF5D0. Grayscale: #2C2C2C. Windows color (decimal): -9369041 or 3082865. OLE color: 3082865.

HSL color Cylindrical-coordinate representation of color #710A2F: hue angle of 338.45º 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 #710A2F is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 10 47 -
CMYK 0 0.91 0.58 0.56
HSL 338.45º 0.84% 0.24% -
HSV(B) 338.45º 0.91% 0.44% -
XYZ 7.43 3.93 3.06 -
YUV 45.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 113 10 47 0 0.91 0.58 0.56 338.45 0.84 0.24
Hex 71 A 2F 0 5B 3A 38 152 54 18
Octal 161 12 57 0 133 72 70 522 124 30
Binary 1110001 1010 101111 0 1011011 111010 111000 101010010 1010100 11000

Color Harmonies of #710A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A2F

Black with #710A2F

Text Example


Text Example

White with #710A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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