Html Css Color HEX #72051B Burgundy

📋 copy color: '#72051B'

red 114 ◦ green 5 ◦ blue 27

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

Shades of Burgundy #72051B

Tints of Burgundy #72051B

RGB

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

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

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

R = 78.08%
G = 3.42%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72051B (or 0x72051B) is known color: Burgundy. HEX triplet: 72, 05 and 1B. RGB value is (114,5,27). Sum of RGB (Red+Green+Blue) = 114+5+27=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #72051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72051B is #8DFAE4. Grayscale: #282828. Windows color (decimal): -9304805 or 1770866. OLE color: 1770866.

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

Color convert

RGB 114 5 27 -
CMYK 0 0.96 0.76 0.55
HSL 347.89º 0.92% 0.23% -
HSV(B) 347.89º 0.96% 0.45% -
XYZ 7.19 3.77 1.38 -
YUV 40.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 114 5 27 0 0.96 0.76 0.55 347.89 0.92 0.23
Hex 72 5 1B 0 60 4C 37 15C 5C 17
Octal 162 5 33 0 140 114 67 534 134 27
Binary 1110010 101 11011 0 1100000 1001100 110111 101011100 1011100 10111

Color Harmonies of #72051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72051B

Black with #72051B

Text Example


Text Example

White with #72051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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