Html Css Color HEX #710A2D Burgundy

📋 copy color: '#710A2D'

red 113 ◦ green 10 ◦ blue 45

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

Shades of Burgundy #710A2D

Tints of Burgundy #710A2D

RGB

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

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

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

R = 67.26%
G = 5.95%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#710A2D (or 0x710A2D) is known color: Burgundy. HEX triplet: 71, 0A and 2D. RGB value is (113,10,45). Sum of RGB (Red+Green+Blue) = 113+10+45=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #710A2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A2D is #8EF5D2. Grayscale: #2C2C2C. Windows color (decimal): -9369043 or 2951793. OLE color: 2951793.

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

Color convert

RGB 113 10 45 -
CMYK 0 0.91 0.60 0.56
HSL 339.61º 0.84% 0.24% -
HSV(B) 339.61º 0.91% 0.44% -
XYZ 7.39 3.92 2.85 -
YUV 44.79 128.12 176.65 -
System Red Green Blue C M Y K H S L
Decimal 113 10 45 0 0.91 0.60 0.56 339.61 0.84 0.24
Hex 71 A 2D 0 5B 3C 38 154 54 18
Octal 161 12 55 0 133 74 70 524 124 30
Binary 1110001 1010 101101 0 1011011 111100 111000 101010100 1010100 11000

Color Harmonies of #710A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A2D

Black with #710A2D

Text Example


Text Example

White with #710A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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