Html Css Color HEX #71052C Burgundy

📋 copy color: '#71052C'

red 113 ◦ green 5 ◦ blue 44

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

Shades of Burgundy #71052C

Tints of Burgundy #71052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 27.16%

R = 69.75%
G = 3.09%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#71052C (or 0x71052C) is known color: Burgundy. HEX triplet: 71, 05 and 2C. RGB value is (113,5,44). Sum of RGB (Red+Green+Blue) = 113+5+44=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #71052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71052C is #8EFAD3. Grayscale: #292929. Windows color (decimal): -9370324 or 2884977. OLE color: 2884977.

HSL color Cylindrical-coordinate representation of color #71052C: hue angle of 338.33º 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 #71052C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 5 44 -
CMYK 0 0.96 0.61 0.56
HSL 338.33º 0.92% 0.23% -
HSV(B) 338.33º 0.96% 0.44% -
XYZ 7.32 3.8 2.73 -
YUV 41.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 113 5 44 0 0.96 0.61 0.56 338.33 0.92 0.23
Hex 71 5 2C 0 60 3D 38 152 5C 17
Octal 161 5 54 0 140 75 70 522 134 27
Binary 1110001 101 101100 0 1100000 111101 111000 101010010 1011100 10111

Color Harmonies of #71052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71052C

Black with #71052C

Text Example


Text Example

White with #71052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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