Html Css Color HEX #72071A Burgundy

📋 copy color: '#72071A'

red 114 ◦ green 7 ◦ blue 26

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

Shades of Burgundy #72071A

Tints of Burgundy #72071A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.69%

R = 77.55%
G = 4.76%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#72071A (or 0x72071A) is known color: Burgundy. HEX triplet: 72, 07 and 1A. RGB value is (114,7,26). Sum of RGB (Red+Green+Blue) = 114+7+26=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #72071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72071A is #8DF8E5. Grayscale: #292929. Windows color (decimal): -9304294 or 1705842. OLE color: 1705842.

HSL color Cylindrical-coordinate representation of color #72071A: hue angle of 349.35º 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 #72071A is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 7 26 -
CMYK 0 0.94 0.77 0.55
HSL 349.35º 0.88% 0.24% -
HSV(B) 349.35º 0.94% 0.45% -
XYZ 7.2 3.8 1.33 -
YUV 41.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 114 7 26 0 0.94 0.77 0.55 349.35 0.88 0.24
Hex 72 7 1A 0 5E 4D 37 15D 58 18
Octal 162 7 32 0 136 115 67 535 130 30
Binary 1110010 111 11010 0 1011110 1001101 110111 101011101 1011000 11000

Color Harmonies of #72071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72071A

Black with #72071A

Text Example


Text Example

White with #72071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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