Html Css Color HEX #71031E Burgundy

📋 copy color: '#71031E'

red 113 ◦ green 3 ◦ blue 30

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

Shades of Burgundy #71031E

Tints of Burgundy #71031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.05%

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

R = 77.4%
G = 2.05%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71031E (or 0x71031E) is known color: Burgundy. HEX triplet: 71, 03 and 1E. RGB value is (113,3,30). Sum of RGB (Red+Green+Blue) = 113+3+30=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #71031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71031E is #8EFCE1. Grayscale: #262626. Windows color (decimal): -9370850 or 1966961. OLE color: 1966961.

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

Color convert

RGB 113 3 30 -
CMYK 0 0.97 0.73 0.56
HSL 345.27º 0.95% 0.23% -
HSV(B) 345.27º 0.97% 0.44% -
XYZ 7.08 3.67 1.56 -
YUV 38.97 122.94 180.8 -
System Red Green Blue C M Y K H S L
Decimal 113 3 30 0 0.97 0.73 0.56 345.27 0.95 0.23
Hex 71 3 1E 0 61 49 38 159 5F 17
Octal 161 3 36 0 141 111 70 531 137 27
Binary 1110001 11 11110 0 1100001 1001001 111000 101011001 1011111 10111

Color Harmonies of #71031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71031E

Black with #71031E

Text Example


Text Example

White with #71031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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