Html Css Color HEX #72092B Burgundy

📋 copy color: '#72092B'

red 114 ◦ green 9 ◦ blue 43

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

Shades of Burgundy #72092B

Tints of Burgundy #72092B

RGB

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

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

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

R = 68.67%
G = 5.42%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#72092B (or 0x72092B) is known color: Burgundy. HEX triplet: 72, 09 and 2B. RGB value is (114,9,43). Sum of RGB (Red+Green+Blue) = 114+9+43=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #72092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72092B is #8DF6D4. Grayscale: #2C2C2C. Windows color (decimal): -9303765 or 2820466. OLE color: 2820466.

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

Color convert

RGB 114 9 43 -
CMYK 0 0.92 0.62 0.55
HSL 340.57º 0.85% 0.24% -
HSV(B) 340.57º 0.92% 0.45% -
XYZ 7.47 3.95 2.65 -
YUV 44.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 114 9 43 0 0.92 0.62 0.55 340.57 0.85 0.24
Hex 72 9 2B 0 5C 3E 37 155 55 18
Octal 162 11 53 0 134 76 67 525 125 30
Binary 1110010 1001 101011 0 1011100 111110 110111 101010101 1010101 11000

Color Harmonies of #72092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72092B

Black with #72092B

Text Example


Text Example

White with #72092B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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