Html Css Color HEX #72082B Burgundy

📋 copy color: '#72082B'

red 114 ◦ green 8 ◦ blue 43

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

Shades of Burgundy #72082B

Tints of Burgundy #72082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.85%

 BLUE value IS 43 (17.19% from 255) = 26.06%

R = 69.09%
G = 4.85%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#72082B (or 0x72082B) is known color: Burgundy. HEX triplet: 72, 08 and 2B. RGB value is (114,8,43). Sum of RGB (Red+Green+Blue) = 114+8+43=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #72082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72082B is #8DF7D4. Grayscale: #2B2B2B. Windows color (decimal): -9304021 or 2820210. OLE color: 2820210.

HSL color Cylindrical-coordinate representation of color #72082B: hue angle of 340.19º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72082B is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 8 43 -
CMYK 0 0.93 0.62 0.55
HSL 340.19º 0.87% 0.24% -
HSV(B) 340.19º 0.93% 0.45% -
XYZ 7.46 3.93 2.65 -
YUV 43.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 114 8 43 0 0.93 0.62 0.55 340.19 0.87 0.24
Hex 72 8 2B 0 5D 3E 37 154 57 18
Octal 162 10 53 0 135 76 67 524 127 30
Binary 1110010 1000 101011 0 1011101 111110 110111 101010100 1010111 11000

Color Harmonies of #72082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72082B

Black with #72082B

Text Example


Text Example

White with #72082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,8,43); }

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

background-color css

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

 a { background-color: rgb(114,8,43); }

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

border-color css

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

 span { border-color: rgb(114,8,43); }

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