Html Css Color HEX #72092D Burgundy

📋 copy color: '#72092D'

red 114 ◦ green 9 ◦ blue 45

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

Shades of Burgundy #72092D

Tints of Burgundy #72092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.79%

R = 67.86%
G = 5.36%
B = 26.79%

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

#72092D (or 0x72092D) is known color: Burgundy. HEX triplet: 72, 09 and 2D. RGB value is (114,9,45). Sum of RGB (Red+Green+Blue) = 114+9+45=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #72092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72092D is #8DF6D2. Grayscale: #2C2C2C. Windows color (decimal): -9303763 or 2951538. OLE color: 2951538.

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

Color convert

RGB 114 9 45 -
CMYK 0 0.92 0.61 0.55
HSL 339.43º 0.85% 0.24% -
HSV(B) 339.43º 0.92% 0.45% -
XYZ 7.51 3.96 2.85 -
YUV 44.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 114 9 45 0 0.92 0.61 0.55 339.43 0.85 0.24
Hex 72 9 2D 0 5C 3D 37 153 55 18
Octal 162 11 55 0 134 75 67 523 125 30
Binary 1110010 1001 101101 0 1011100 111101 110111 101010011 1010101 11000

Color Harmonies of #72092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72092D

Black with #72092D

Text Example


Text Example

White with #72092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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