Html Css Color HEX #71052B Burgundy

📋 copy color: '#71052B'

red 113 ◦ green 5 ◦ blue 43

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

Shades of Burgundy #71052B

Tints of Burgundy #71052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

 BLUE value IS 43 (17.19% from 255) = 26.71%

R = 70.19%
G = 3.11%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#71052B (or 0x71052B) is known color: Burgundy. HEX triplet: 71, 05 and 2B. RGB value is (113,5,43). Sum of RGB (Red+Green+Blue) = 113+5+43=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #71052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71052B is #8EFAD4. Grayscale: #292929. Windows color (decimal): -9370325 or 2819441. OLE color: 2819441.

HSL color Cylindrical-coordinate representation of color #71052B: hue angle of 338.89º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71052B is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 5 43 -
CMYK 0 0.96 0.62 0.56
HSL 338.89º 0.92% 0.23% -
HSV(B) 338.89º 0.96% 0.44% -
XYZ 7.3 3.79 2.63 -
YUV 41.62 128.78 178.91 -
System Red Green Blue C M Y K H S L
Decimal 113 5 43 0 0.96 0.62 0.56 338.89 0.92 0.23
Hex 71 5 2B 0 60 3E 38 153 5C 17
Octal 161 5 53 0 140 76 70 523 134 27
Binary 1110001 101 101011 0 1100000 111110 111000 101010011 1011100 10111

Color Harmonies of #71052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71052B

Black with #71052B

Text Example


Text Example

White with #71052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71052B; }

 p { color: rgb(113,5,43); }

 H1.HeaderClassName
 {
   color: #71052B;
 }
 .AnyTagClassName
 {
   color: #71052B;
 }
</style>

background-color css

<style>
 a { background-color: #71052B; }

 a { background-color: rgb(113,5,43); }

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

border-color css

<style>
 span { border-color: #71052B; }

 span { border-color: rgb(113,5,43); }

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