Html Css Color HEX #71001E Burgundy

📋 copy color: '#71001E'

red 113 ◦ green 0 ◦ blue 30

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

Shades of Burgundy #71001E

Tints of Burgundy #71001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.98%

R = 79.02%
G = 0%
B = 20.98%

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

#71001E (or 0x71001E) is known color: Burgundy. HEX triplet: 71, 00 and 1E. RGB value is (113,0,30). Sum of RGB (Red+Green+Blue) = 113+0+30=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #71001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71001E is #8EFFE1. Grayscale: #252525. Windows color (decimal): -9371618 or 1966193. OLE color: 1966193.

HSL color Cylindrical-coordinate representation of color #71001E: hue angle of 344.07º 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 #71001E is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 0 30 -
CMYK 0 1 0.73 0.56
HSL 344.07º 1% 0.22% -
HSV(B) 344.07º 1% 0.44% -
XYZ 7.04 3.6 1.55 -
YUV 37.21 123.94 182.06 -
System Red Green Blue C M Y K H S L
Decimal 113 0 30 0 1 0.73 0.56 344.07 1 0.22
Hex 71 0 1E 0 64 49 38 158 64 16
Octal 161 0 36 0 144 111 70 530 144 26
Binary 1110001 0 11110 0 1100100 1001001 111000 101011000 1100100 10110

Color Harmonies of #71001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71001E

Black with #71001E

Text Example


Text Example

White with #71001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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