Html Css Color HEX #71001F Burgundy

📋 copy color: '#71001F'

red 113 ◦ green 0 ◦ blue 31

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

Shades of Burgundy #71001F

Tints of Burgundy #71001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 21.53%

R = 78.47%
G = 0%
B = 21.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71001F (or 0x71001F) is known color: Burgundy. HEX triplet: 71, 00 and 1F. RGB value is (113,0,31). Sum of RGB (Red+Green+Blue) = 113+0+31=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #71001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71001F is #8EFFE0. Grayscale: #252525. Windows color (decimal): -9371617 or 2031729. OLE color: 2031729.

HSL color Cylindrical-coordinate representation of color #71001F: hue angle of 343.54º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71001F is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 0 31 -
CMYK 0 1 0.73 0.56
HSL 343.54º 1% 0.22% -
HSV(B) 343.54º 1% 0.44% -
XYZ 7.06 3.61 1.62 -
YUV 37.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 113 0 31 0 1 0.73 0.56 343.54 1 0.22
Hex 71 0 1F 0 64 49 38 158 64 16
Octal 161 0 37 0 144 111 70 530 144 26
Binary 1110001 0 11111 0 1100100 1001001 111000 101011000 1100100 10110

Color Harmonies of #71001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71001F

Black with #71001F

Text Example


Text Example

White with #71001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71001F; }

 p { color: rgb(113,0,31); }

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

background-color css

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

 a { background-color: rgb(113,0,31); }

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

border-color css

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

 span { border-color: rgb(113,0,31); }

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