Html Css Color HEX #710A2B Burgundy

📋 copy color: '#710A2B'

red 113 ◦ green 10 ◦ blue 43

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

Shades of Burgundy #710A2B

Tints of Burgundy #710A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.9%

R = 68.07%
G = 6.02%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#710A2B (or 0x710A2B) is known color: Burgundy. HEX triplet: 71, 0A and 2B. RGB value is (113,10,43). Sum of RGB (Red+Green+Blue) = 113+10+43=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #710A2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A2B is #8EF5D4. Grayscale: #2C2C2C. Windows color (decimal): -9369045 or 2820721. OLE color: 2820721.

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

Color convert

RGB 113 10 43 -
CMYK 0 0.91 0.62 0.56
HSL 340.78º 0.84% 0.24% -
HSV(B) 340.78º 0.91% 0.44% -
XYZ 7.35 3.9 2.65 -
YUV 44.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 113 10 43 0 0.91 0.62 0.56 340.78 0.84 0.24
Hex 71 A 2B 0 5B 3E 38 155 54 18
Octal 161 12 53 0 133 76 70 525 124 30
Binary 1110001 1010 101011 0 1011011 111110 111000 101010101 1010100 11000

Color Harmonies of #710A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A2B

Black with #710A2B

Text Example


Text Example

White with #710A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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