Html Css Color HEX #710415 Burgundy

📋 copy color: '#710415'

red 113 ◦ green 4 ◦ blue 21

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

Shades of Burgundy #710415

Tints of Burgundy #710415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

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

R = 81.88%
G = 2.9%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#710415 (or 0x710415) is known color: Burgundy. HEX triplet: 71, 04 and 15. RGB value is (113,4,21). Sum of RGB (Red+Green+Blue) = 113+4+21=138 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.88% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 113 - color contains mainly: red. Hex color #710415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710415 is #8EFBEA. Grayscale: #262626. Windows color (decimal): -9370603 or 1377393. OLE color: 1377393.

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

Color convert

RGB 113 4 21 -
CMYK 0 0.96 0.81 0.56
HSL 350.64º 0.93% 0.23% -
HSV(B) 350.64º 0.96% 0.44% -
XYZ 6.99 3.65 1.05 -
YUV 38.53 118.11 181.12 -
System Red Green Blue C M Y K H S L
Decimal 113 4 21 0 0.96 0.81 0.56 350.64 0.93 0.23
Hex 71 4 15 0 60 51 38 15F 5D 17
Octal 161 4 25 0 140 121 70 537 135 27
Binary 1110001 100 10101 0 1100000 1010001 111000 101011111 1011101 10111

Color Harmonies of #710415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710415

Black with #710415

Text Example


Text Example

White with #710415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710415; }

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

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

background-color css

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

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

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

border-color css

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

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

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