Html Css Color HEX #72071F Burgundy

📋 copy color: '#72071F'

red 114 ◦ green 7 ◦ blue 31

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

Shades of Burgundy #72071F

Tints of Burgundy #72071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.61%

 BLUE value IS 31 (12.5% from 255) = 20.39%

R = 75%
G = 4.61%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72071F (or 0x72071F) is known color: Burgundy. HEX triplet: 72, 07 and 1F. RGB value is (114,7,31). Sum of RGB (Red+Green+Blue) = 114+7+31=152 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 114 - color contains mainly: red. Hex color #72071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72071F is #8DF8E0. Grayscale: #292929. Windows color (decimal): -9304289 or 2033522. OLE color: 2033522.

HSL color Cylindrical-coordinate representation of color #72071F: hue angle of 346.54º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72071F is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 7 31 -
CMYK 0 0.94 0.73 0.55
HSL 346.54º 0.88% 0.24% -
HSV(B) 346.54º 0.94% 0.45% -
XYZ 7.26 3.83 1.65 -
YUV 41.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 114 7 31 0 0.94 0.73 0.55 346.54 0.88 0.24
Hex 72 7 1F 0 5E 49 37 15B 58 18
Octal 162 7 37 0 136 111 67 533 130 30
Binary 1110010 111 11111 0 1011110 1001001 110111 101011011 1011000 11000

Color Harmonies of #72071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72071F

Black with #72071F

Text Example


Text Example

White with #72071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72071F; }

 p { color: rgb(114,7,31); }

 H1.HeaderClassName
 {
   color: #72071F;
 }
 .AnyTagClassName
 {
   color: #72071F;
 }
</style>

background-color css

<style>
 a { background-color: #72071F; }

 a { background-color: rgb(114,7,31); }

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

border-color css

<style>
 span { border-color: #72071F; }

 span { border-color: rgb(114,7,31); }

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