Html Css Color HEX #72092C Burgundy

📋 copy color: '#72092C'

red 114 ◦ green 9 ◦ blue 44

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

Shades of Burgundy #72092C

Tints of Burgundy #72092C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.39%

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

R = 68.26%
G = 5.39%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#72092C (or 0x72092C) is known color: Burgundy. HEX triplet: 72, 09 and 2C. RGB value is (114,9,44). Sum of RGB (Red+Green+Blue) = 114+9+44=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #72092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72092C is #8DF6D3. Grayscale: #2C2C2C. Windows color (decimal): -9303764 or 2886002. OLE color: 2886002.

HSL color Cylindrical-coordinate representation of color #72092C: hue angle of 340º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72092C is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 9 44 -
CMYK 0 0.92 0.61 0.55
HSL 340º 0.85% 0.24% -
HSV(B) 340º 0.92% 0.45% -
XYZ 7.49 3.95 2.75 -
YUV 44.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 114 9 44 0 0.92 0.61 0.55 340 0.85 0.24
Hex 72 9 2C 0 5C 3D 37 154 55 18
Octal 162 11 54 0 134 75 67 524 125 30
Binary 1110010 1001 101100 0 1011100 111101 110111 101010100 1010101 11000

Color Harmonies of #72092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72092C

Black with #72092C

Text Example


Text Example

White with #72092C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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