Html Css Color HEX #710C15 Burgundy

📋 copy color: '#710C15'

red 113 ◦ green 12 ◦ blue 21

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

Shades of Burgundy #710C15

Tints of Burgundy #710C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.38%

R = 77.4%
G = 8.22%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#710C15 (or 0x710C15) is known color: Burgundy. HEX triplet: 71, 0C and 15. RGB value is (113,12,21). Sum of RGB (Red+Green+Blue) = 113+12+21=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #710C15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C15 is #8EF3EA. Grayscale: #2B2B2B. Windows color (decimal): -9368555 or 1379441. OLE color: 1379441.

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

Color convert

RGB 113 12 21 -
CMYK 0 0.89 0.81 0.56
HSL 354.65º 0.81% 0.25% -
HSV(B) 354.65º 0.89% 0.44% -
XYZ 7.08 3.83 1.08 -
YUV 43.23 115.46 177.77 -
System Red Green Blue C M Y K H S L
Decimal 113 12 21 0 0.89 0.81 0.56 354.65 0.81 0.25
Hex 71 C 15 0 59 51 38 163 51 19
Octal 161 14 25 0 131 121 70 543 121 31
Binary 1110001 1100 10101 0 1011001 1010001 111000 101100011 1010001 11001

Color Harmonies of #710C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C15

Black with #710C15

Text Example


Text Example

White with #710C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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