Html Css Color HEX #71071A Burgundy

📋 copy color: '#71071A'

red 113 ◦ green 7 ◦ blue 26

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

Shades of Burgundy #71071A

Tints of Burgundy #71071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.79%

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

R = 77.4%
G = 4.79%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71071A (or 0x71071A) is known color: Burgundy. HEX triplet: 71, 07 and 1A. RGB value is (113,7,26). Sum of RGB (Red+Green+Blue) = 113+7+26=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #71071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71071A is #8EF8E5. Grayscale: #282828. Windows color (decimal): -9369830 or 1705841. OLE color: 1705841.

HSL color Cylindrical-coordinate representation of color #71071A: hue angle of 349.25º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71071A is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 7 26 -
CMYK 0 0.94 0.77 0.56
HSL 349.25º 0.88% 0.24% -
HSV(B) 349.25º 0.94% 0.44% -
XYZ 7.07 3.74 1.33 -
YUV 40.86 119.62 179.46 -
System Red Green Blue C M Y K H S L
Decimal 113 7 26 0 0.94 0.77 0.56 349.25 0.88 0.24
Hex 71 7 1A 0 5E 4D 38 15D 58 18
Octal 161 7 32 0 136 115 70 535 130 30
Binary 1110001 111 11010 0 1011110 1001101 111000 101011101 1011000 11000

Color Harmonies of #71071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71071A

Black with #71071A

Text Example


Text Example

White with #71071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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