Html Css Color HEX #72061D Burgundy

📋 copy color: '#72061D'

red 114 ◦ green 6 ◦ blue 29

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

Shades of Burgundy #72061D

Tints of Burgundy #72061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.03%

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

R = 76.51%
G = 4.03%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72061D (or 0x72061D) is known color: Burgundy. HEX triplet: 72, 06 and 1D. RGB value is (114,6,29). Sum of RGB (Red+Green+Blue) = 114+6+29=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #72061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72061D is #8DF9E2. Grayscale: #282828. Windows color (decimal): -9304547 or 1902194. OLE color: 1902194.

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

Color convert

RGB 114 6 29 -
CMYK 0 0.95 0.75 0.55
HSL 347.22º 0.9% 0.24% -
HSV(B) 347.22º 0.95% 0.45% -
XYZ 7.23 3.8 1.51 -
YUV 40.91 121.28 180.13 -
System Red Green Blue C M Y K H S L
Decimal 114 6 29 0 0.95 0.75 0.55 347.22 0.9 0.24
Hex 72 6 1D 0 5F 4B 37 15B 5A 18
Octal 162 6 35 0 137 113 67 533 132 30
Binary 1110010 110 11101 0 1011111 1001011 110111 101011011 1011010 11000

Color Harmonies of #72061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72061D

Black with #72061D

Text Example


Text Example

White with #72061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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