Html Css Color HEX #710915 Burgundy

📋 copy color: '#710915'

red 113 ◦ green 9 ◦ blue 21

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

Shades of Burgundy #710915

Tints of Burgundy #710915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.29%

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

R = 79.02%
G = 6.29%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#710915 (or 0x710915) is known color: Burgundy. HEX triplet: 71, 09 and 15. RGB value is (113,9,21). Sum of RGB (Red+Green+Blue) = 113+9+21=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #710915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710915 is #8EF6EA. Grayscale: #292929. Windows color (decimal): -9369323 or 1378673. OLE color: 1378673.

HSL color Cylindrical-coordinate representation of color #710915: hue angle of 353.08º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710915 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 9 21 -
CMYK 0 0.92 0.81 0.56
HSL 353.08º 0.85% 0.24% -
HSV(B) 353.08º 0.92% 0.44% -
XYZ 7.04 3.76 1.06 -
YUV 41.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 113 9 21 0 0.92 0.81 0.56 353.08 0.85 0.24
Hex 71 9 15 0 5C 51 38 161 55 18
Octal 161 11 25 0 134 121 70 541 125 30
Binary 1110001 1001 10101 0 1011100 1010001 111000 101100001 1010101 11000

Color Harmonies of #710915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710915

Black with #710915

Text Example


Text Example

White with #710915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710915; }

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

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

background-color css

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

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

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

border-color css

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

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

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