Html Css Color HEX #72051D Burgundy

📋 copy color: '#72051D'

red 114 ◦ green 5 ◦ blue 29

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

Shades of Burgundy #72051D

Tints of Burgundy #72051D

RGB

 RED value IS 114 (44.92% from 255) = 77.03%

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

 BLUE value IS 29 (11.72% from 255) = 19.59%

R = 77.03%
G = 3.38%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72051D (or 0x72051D) is known color: Burgundy. HEX triplet: 72, 05 and 1D. RGB value is (114,5,29). Sum of RGB (Red+Green+Blue) = 114+5+29=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #72051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72051D is #8DFAE2. Grayscale: #282828. Windows color (decimal): -9304803 or 1901938. OLE color: 1901938.

HSL color Cylindrical-coordinate representation of color #72051D: hue angle of 346.79º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72051D is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 29 -
CMYK 0 0.96 0.75 0.55
HSL 346.79º 0.92% 0.23% -
HSV(B) 346.79º 0.96% 0.45% -
XYZ 7.22 3.77 1.51 -
YUV 40.33 121.61 180.55 -
System Red Green Blue C M Y K H S L
Decimal 114 5 29 0 0.96 0.75 0.55 346.79 0.92 0.23
Hex 72 5 1D 0 60 4B 37 15B 5C 17
Octal 162 5 35 0 140 113 67 533 134 27
Binary 1110010 101 11101 0 1100000 1001011 110111 101011011 1011100 10111

Color Harmonies of #72051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72051D

Black with #72051D

Text Example


Text Example

White with #72051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,5,29); }

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

background-color css

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

 a { background-color: rgb(114,5,29); }

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

border-color css

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

 span { border-color: rgb(114,5,29); }

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