Html Css Color HEX #71021F Burgundy

📋 copy color: '#71021F'

red 113 ◦ green 2 ◦ blue 31

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

Shades of Burgundy #71021F

Tints of Burgundy #71021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.37%

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

R = 77.4%
G = 1.37%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71021F (or 0x71021F) is known color: Burgundy. HEX triplet: 71, 02 and 1F. RGB value is (113,2,31). Sum of RGB (Red+Green+Blue) = 113+2+31=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #71021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71021F is #8EFDE0. Grayscale: #262626. Windows color (decimal): -9371105 or 2032241. OLE color: 2032241.

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

Color convert

RGB 113 2 31 -
CMYK 0 0.98 0.73 0.56
HSL 344.32º 0.97% 0.23% -
HSV(B) 344.32º 0.98% 0.44% -
XYZ 7.08 3.65 1.63 -
YUV 38.5 123.77 181.14 -
System Red Green Blue C M Y K H S L
Decimal 113 2 31 0 0.98 0.73 0.56 344.32 0.97 0.23
Hex 71 2 1F 0 62 49 38 158 61 17
Octal 161 2 37 0 142 111 70 530 141 27
Binary 1110001 10 11111 0 1100010 1001001 111000 101011000 1100001 10111

Color Harmonies of #71021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71021F

Black with #71021F

Text Example


Text Example

White with #71021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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