Html Css Color HEX #72082C Burgundy

📋 copy color: '#72082C'

red 114 ◦ green 8 ◦ blue 44

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

Shades of Burgundy #72082C

Tints of Burgundy #72082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.51%

R = 68.67%
G = 4.82%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#72082C (or 0x72082C) is known color: Burgundy. HEX triplet: 72, 08 and 2C. RGB value is (114,8,44). Sum of RGB (Red+Green+Blue) = 114+8+44=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #72082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72082C is #8DF7D3. Grayscale: #2B2B2B. Windows color (decimal): -9304020 or 2885746. OLE color: 2885746.

HSL color Cylindrical-coordinate representation of color #72082C: hue angle of 339.62º 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 #72082C is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 8 44 -
CMYK 0 0.93 0.61 0.55
HSL 339.62º 0.87% 0.24% -
HSV(B) 339.62º 0.93% 0.45% -
XYZ 7.48 3.93 2.75 -
YUV 43.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 114 8 44 0 0.93 0.61 0.55 339.62 0.87 0.24
Hex 72 8 2C 0 5D 3D 37 154 57 18
Octal 162 10 54 0 135 75 67 524 127 30
Binary 1110010 1000 101100 0 1011101 111101 110111 101010100 1010111 11000

Color Harmonies of #72082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72082C

Black with #72082C

Text Example


Text Example

White with #72082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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