Html Css Color HEX #710C1E Burgundy

📋 copy color: '#710C1E'

red 113 ◦ green 12 ◦ blue 30

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

Shades of Burgundy #710C1E

Tints of Burgundy #710C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.35%

R = 72.9%
G = 7.74%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#710C1E (or 0x710C1E) is known color: Burgundy. HEX triplet: 71, 0C and 1E. RGB value is (113,12,30). Sum of RGB (Red+Green+Blue) = 113+12+30=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #710C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C1E is #8EF3E1. Grayscale: #2C2C2C. Windows color (decimal): -9368546 or 1969265. OLE color: 1969265.

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

Color convert

RGB 113 12 30 -
CMYK 0 0.89 0.73 0.56
HSL 349.31º 0.81% 0.25% -
HSV(B) 349.31º 0.89% 0.44% -
XYZ 7.18 3.87 1.6 -
YUV 44.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 113 12 30 0 0.89 0.73 0.56 349.31 0.81 0.25
Hex 71 C 1E 0 59 49 38 15D 51 19
Octal 161 14 36 0 131 111 70 535 121 31
Binary 1110001 1100 11110 0 1011001 1001001 111000 101011101 1010001 11001

Color Harmonies of #710C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C1E

Black with #710C1E

Text Example


Text Example

White with #710C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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