Html Css Color HEX #71051A Burgundy

📋 copy color: '#71051A'

red 113 ◦ green 5 ◦ blue 26

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

Shades of Burgundy #71051A

Tints of Burgundy #71051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

 BLUE value IS 26 (10.55% from 255) = 18.06%

R = 78.47%
G = 3.47%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71051A (or 0x71051A) is known color: Burgundy. HEX triplet: 71, 05 and 1A. RGB value is (113,5,26). Sum of RGB (Red+Green+Blue) = 113+5+26=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #71051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71051A is #8EFAE5. Grayscale: #272727. Windows color (decimal): -9370342 or 1705329. OLE color: 1705329.

HSL color Cylindrical-coordinate representation of color #71051A: hue angle of 348.33º degrees, saturation: 0.92, 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 #71051A is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 5 26 -
CMYK 0 0.96 0.77 0.56
HSL 348.33º 0.92% 0.23% -
HSV(B) 348.33º 0.96% 0.44% -
XYZ 7.05 3.69 1.32 -
YUV 39.69 120.28 180.29 -
System Red Green Blue C M Y K H S L
Decimal 113 5 26 0 0.96 0.77 0.56 348.33 0.92 0.23
Hex 71 5 1A 0 60 4D 38 15C 5C 17
Octal 161 5 32 0 140 115 70 534 134 27
Binary 1110001 101 11010 0 1100000 1001101 111000 101011100 1011100 10111

Color Harmonies of #71051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71051A

Black with #71051A

Text Example


Text Example

White with #71051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71051A; }

 p { color: rgb(113,5,26); }

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

background-color css

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

 a { background-color: rgb(113,5,26); }

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

border-color css

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

 span { border-color: rgb(113,5,26); }

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