Html Css Color HEX #710B2D Burgundy

📋 copy color: '#710B2D'

red 113 ◦ green 11 ◦ blue 45

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

Shades of Burgundy #710B2D

Tints of Burgundy #710B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.63%

R = 66.86%
G = 6.51%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#710B2D (or 0x710B2D) is known color: Burgundy. HEX triplet: 71, 0B and 2D. RGB value is (113,11,45). Sum of RGB (Red+Green+Blue) = 113+11+45=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #710B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B2D is #8EF4D2. Grayscale: #2D2D2D. Windows color (decimal): -9368787 or 2952049. OLE color: 2952049.

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

Color convert

RGB 113 11 45 -
CMYK 0 0.90 0.60 0.56
HSL 340º 0.82% 0.24% -
HSV(B) 340º 0.9% 0.44% -
XYZ 7.4 3.94 2.85 -
YUV 45.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 113 11 45 0 0.90 0.60 0.56 340 0.82 0.24
Hex 71 B 2D 0 5A 3C 38 154 52 18
Octal 161 13 55 0 132 74 70 524 122 30
Binary 1110001 1011 101101 0 1011010 111100 111000 101010100 1010010 11000

Color Harmonies of #710B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B2D

Black with #710B2D

Text Example


Text Example

White with #710B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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