Html Css Color HEX #710A1B Burgundy

📋 copy color: '#710A1B'

red 113 ◦ green 10 ◦ blue 27

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

Shades of Burgundy #710A1B

Tints of Burgundy #710A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18%

R = 75.33%
G = 6.67%
B = 18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#710A1B (or 0x710A1B) is known color: Burgundy. HEX triplet: 71, 0A and 1B. RGB value is (113,10,27). Sum of RGB (Red+Green+Blue) = 113+10+27=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #710A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A1B is #8EF5E4. Grayscale: #2A2A2A. Windows color (decimal): -9369061 or 1772145. OLE color: 1772145.

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

Color convert

RGB 113 10 27 -
CMYK 0 0.91 0.76 0.56
HSL 350.1º 0.84% 0.24% -
HSV(B) 350.1º 0.91% 0.44% -
XYZ 7.12 3.81 1.4 -
YUV 42.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 113 10 27 0 0.91 0.76 0.56 350.1 0.84 0.24
Hex 71 A 1B 0 5B 4C 38 15E 54 18
Octal 161 12 33 0 133 114 70 536 124 30
Binary 1110001 1010 11011 0 1011011 1001100 111000 101011110 1010100 11000

Color Harmonies of #710A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A1B

Black with #710A1B

Text Example


Text Example

White with #710A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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