Html Css Color HEX #71052D Burgundy

📋 copy color: '#71052D'

red 113 ◦ green 5 ◦ blue 45

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

Shades of Burgundy #71052D

Tints of Burgundy #71052D

RGB

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

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

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

R = 69.33%
G = 3.07%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71052D (or 0x71052D) is known color: Burgundy. HEX triplet: 71, 05 and 2D. RGB value is (113,5,45). Sum of RGB (Red+Green+Blue) = 113+5+45=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #71052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71052D is #8EFAD2. Grayscale: #292929. Windows color (decimal): -9370323 or 2950513. OLE color: 2950513.

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

Color convert

RGB 113 5 45 -
CMYK 0 0.96 0.60 0.56
HSL 337.78º 0.92% 0.23% -
HSV(B) 337.78º 0.96% 0.44% -
XYZ 7.34 3.81 2.83 -
YUV 41.85 129.78 178.75 -
System Red Green Blue C M Y K H S L
Decimal 113 5 45 0 0.96 0.60 0.56 337.78 0.92 0.23
Hex 71 5 2D 0 60 3C 38 152 5C 17
Octal 161 5 55 0 140 74 70 522 134 27
Binary 1110001 101 101101 0 1100000 111100 111000 101010010 1011100 10111

Color Harmonies of #71052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71052D

Black with #71052D

Text Example


Text Example

White with #71052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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