Html Css Color HEX #72092A Burgundy

📋 copy color: '#72092A'

red 114 ◦ green 9 ◦ blue 42

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

Shades of Burgundy #72092A

Tints of Burgundy #72092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.45%

R = 69.09%
G = 5.45%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#72092A (or 0x72092A) is known color: Burgundy. HEX triplet: 72, 09 and 2A. RGB value is (114,9,42). Sum of RGB (Red+Green+Blue) = 114+9+42=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #72092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72092A is #8DF6D5. Grayscale: #2C2C2C. Windows color (decimal): -9303766 or 2754930. OLE color: 2754930.

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

Color convert

RGB 114 9 42 -
CMYK 0 0.92 0.63 0.55
HSL 341.14º 0.85% 0.24% -
HSV(B) 341.14º 0.92% 0.45% -
XYZ 7.46 3.94 2.56 -
YUV 44.16 126.79 177.82 -
System Red Green Blue C M Y K H S L
Decimal 114 9 42 0 0.92 0.63 0.55 341.14 0.85 0.24
Hex 72 9 2A 0 5C 3F 37 155 55 18
Octal 162 11 52 0 134 77 67 525 125 30
Binary 1110010 1001 101010 0 1011100 111111 110111 101010101 1010101 11000

Color Harmonies of #72092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72092A

Black with #72092A

Text Example


Text Example

White with #72092A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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