Html Css Color HEX #71072A Burgundy

📋 copy color: '#71072A'

red 113 ◦ green 7 ◦ blue 42

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

Shades of Burgundy #71072A

Tints of Burgundy #71072A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.93%

R = 69.75%
G = 4.32%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71072A (or 0x71072A) is known color: Burgundy. HEX triplet: 71, 07 and 2A. RGB value is (113,7,42). Sum of RGB (Red+Green+Blue) = 113+7+42=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #71072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71072A is #8EF8D5. Grayscale: #2A2A2A. Windows color (decimal): -9369814 or 2754417. OLE color: 2754417.

HSL color Cylindrical-coordinate representation of color #71072A: hue angle of 340.19º 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 #71072A is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 7 42 -
CMYK 0 0.94 0.63 0.56
HSL 340.19º 0.88% 0.24% -
HSV(B) 340.19º 0.94% 0.44% -
XYZ 7.3 3.83 2.54 -
YUV 42.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 113 7 42 0 0.94 0.63 0.56 340.19 0.88 0.24
Hex 71 7 2A 0 5E 3F 38 154 58 18
Octal 161 7 52 0 136 77 70 524 130 30
Binary 1110001 111 101010 0 1011110 111111 111000 101010100 1011000 11000

Color Harmonies of #71072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71072A

Black with #71072A

Text Example


Text Example

White with #71072A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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