Html Css Color HEX #710B2F Burgundy

📋 copy color: '#710B2F'

red 113 ◦ green 11 ◦ blue 47

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

Shades of Burgundy #710B2F

Tints of Burgundy #710B2F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.43%

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

R = 66.08%
G = 6.43%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#710B2F (or 0x710B2F) is known color: Burgundy. HEX triplet: 71, 0B and 2F. RGB value is (113,11,47). Sum of RGB (Red+Green+Blue) = 113+11+47=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #710B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B2F is #8EF4D0. Grayscale: #2D2D2D. Windows color (decimal): -9368785 or 3083121. OLE color: 3083121.

HSL color Cylindrical-coordinate representation of color #710B2F: hue angle of 338.82º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B2F is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 11 47 -
CMYK 0 0.90 0.58 0.56
HSL 338.82º 0.82% 0.24% -
HSV(B) 338.82º 0.9% 0.44% -
XYZ 7.44 3.96 3.06 -
YUV 45.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 113 11 47 0 0.90 0.58 0.56 338.82 0.82 0.24
Hex 71 B 2F 0 5A 3A 38 153 52 18
Octal 161 13 57 0 132 72 70 523 122 30
Binary 1110001 1011 101111 0 1011010 111010 111000 101010011 1010010 11000

Color Harmonies of #710B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B2F

Black with #710B2F

Text Example


Text Example

White with #710B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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