Html Css Color HEX #71032D Burgundy

📋 copy color: '#71032D'

red 113 ◦ green 3 ◦ blue 45

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

Shades of Burgundy #71032D

Tints of Burgundy #71032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.95%

R = 70.19%
G = 1.86%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71032D (or 0x71032D) is known color: Burgundy. HEX triplet: 71, 03 and 2D. RGB value is (113,3,45). Sum of RGB (Red+Green+Blue) = 113+3+45=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #71032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71032D is #8EFCD2. Grayscale: #282828. Windows color (decimal): -9370835 or 2950001. OLE color: 2950001.

HSL color Cylindrical-coordinate representation of color #71032D: hue angle of 337.09º 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 #71032D is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 45 -
CMYK 0 0.97 0.60 0.56
HSL 337.09º 0.95% 0.23% -
HSV(B) 337.09º 0.97% 0.44% -
XYZ 7.32 3.77 2.82 -
YUV 40.68 130.44 179.58 -
System Red Green Blue C M Y K H S L
Decimal 113 3 45 0 0.97 0.60 0.56 337.09 0.95 0.23
Hex 71 3 2D 0 61 3C 38 151 5F 17
Octal 161 3 55 0 141 74 70 521 137 27
Binary 1110001 11 101101 0 1100001 111100 111000 101010001 1011111 10111

Color Harmonies of #71032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71032D

Black with #71032D

Text Example


Text Example

White with #71032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71032D; }

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

 H1.HeaderClassName
 {
   color: #71032D;
 }
 .AnyTagClassName
 {
   color: #71032D;
 }
</style>

background-color css

<style>
 a { background-color: #71032D; }

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

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

border-color css

<style>
 span { border-color: #71032D; }

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

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