Html Css Color HEX #72092E Burgundy

📋 copy color: '#72092E'

red 114 ◦ green 9 ◦ blue 46

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

Shades of Burgundy #72092E

Tints of Burgundy #72092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.22%

R = 67.46%
G = 5.33%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#72092E (or 0x72092E) is known color: Burgundy. HEX triplet: 72, 09 and 2E. RGB value is (114,9,46). Sum of RGB (Red+Green+Blue) = 114+9+46=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #72092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72092E is #8DF6D1. Grayscale: #2C2C2C. Windows color (decimal): -9303762 or 3017074. OLE color: 3017074.

HSL color Cylindrical-coordinate representation of color #72092E: hue angle of 338.86º 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 #72092E is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 9 46 -
CMYK 0 0.92 0.60 0.55
HSL 338.86º 0.85% 0.24% -
HSV(B) 338.86º 0.92% 0.45% -
XYZ 7.53 3.97 2.95 -
YUV 44.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 114 9 46 0 0.92 0.60 0.55 338.86 0.85 0.24
Hex 72 9 2E 0 5C 3C 37 153 55 18
Octal 162 11 56 0 134 74 67 523 125 30
Binary 1110010 1001 101110 0 1011100 111100 110111 101010011 1010101 11000

Color Harmonies of #72092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72092E

Black with #72092E

Text Example


Text Example

White with #72092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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