Html Css Color HEX #72071B Burgundy

📋 copy color: '#72071B'

red 114 ◦ green 7 ◦ blue 27

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

Shades of Burgundy #72071B

Tints of Burgundy #72071B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.24%

R = 77.03%
G = 4.73%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72071B (or 0x72071B) is known color: Burgundy. HEX triplet: 72, 07 and 1B. RGB value is (114,7,27). Sum of RGB (Red+Green+Blue) = 114+7+27=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #72071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72071B is #8DF8E4. Grayscale: #292929. Windows color (decimal): -9304293 or 1771378. OLE color: 1771378.

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

Color convert

RGB 114 7 27 -
CMYK 0 0.94 0.76 0.55
HSL 348.79º 0.88% 0.24% -
HSV(B) 348.79º 0.94% 0.45% -
XYZ 7.21 3.81 1.39 -
YUV 41.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 114 7 27 0 0.94 0.76 0.55 348.79 0.88 0.24
Hex 72 7 1B 0 5E 4C 37 15D 58 18
Octal 162 7 33 0 136 114 67 535 130 30
Binary 1110010 111 11011 0 1011110 1001100 110111 101011101 1011000 11000

Color Harmonies of #72071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72071B

Black with #72071B

Text Example


Text Example

White with #72071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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