Html Css Color HEX #710C2D Burgundy

📋 copy color: '#710C2D'

red 113 ◦ green 12 ◦ blue 45

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

Shades of Burgundy #710C2D

Tints of Burgundy #710C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.06%

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

R = 66.47%
G = 7.06%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#710C2D (or 0x710C2D) is known color: Burgundy. HEX triplet: 71, 0C and 2D. RGB value is (113,12,45). Sum of RGB (Red+Green+Blue) = 113+12+45=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #710C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C2D is #8EF3D2. Grayscale: #2D2D2D. Windows color (decimal): -9368531 or 2952305. OLE color: 2952305.

HSL color Cylindrical-coordinate representation of color #710C2D: hue angle of 340.4º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710C2D is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 12 45 -
CMYK 0 0.89 0.60 0.56
HSL 340.4º 0.81% 0.25% -
HSV(B) 340.4º 0.89% 0.44% -
XYZ 7.42 3.96 2.86 -
YUV 45.96 127.46 175.82 -
System Red Green Blue C M Y K H S L
Decimal 113 12 45 0 0.89 0.60 0.56 340.4 0.81 0.25
Hex 71 C 2D 0 59 3C 38 154 51 19
Octal 161 14 55 0 131 74 70 524 121 31
Binary 1110001 1100 101101 0 1011001 111100 111000 101010100 1010001 11001

Color Harmonies of #710C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C2D

Black with #710C2D

Text Example


Text Example

White with #710C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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