Html Css Color HEX #72072B Burgundy

📋 copy color: '#72072B'

red 114 ◦ green 7 ◦ blue 43

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

Shades of Burgundy #72072B

Tints of Burgundy #72072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.27%

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

R = 69.51%
G = 4.27%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#72072B (or 0x72072B) is known color: Burgundy. HEX triplet: 72, 07 and 2B. RGB value is (114,7,43). Sum of RGB (Red+Green+Blue) = 114+7+43=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #72072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72072B is #8DF8D4. Grayscale: #2B2B2B. Windows color (decimal): -9304277 or 2819954. OLE color: 2819954.

HSL color Cylindrical-coordinate representation of color #72072B: hue angle of 339.81º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72072B is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 7 43 -
CMYK 0 0.94 0.62 0.55
HSL 339.81º 0.88% 0.24% -
HSV(B) 339.81º 0.94% 0.45% -
XYZ 7.45 3.9 2.65 -
YUV 43.1 127.95 178.57 -
System Red Green Blue C M Y K H S L
Decimal 114 7 43 0 0.94 0.62 0.55 339.81 0.88 0.24
Hex 72 7 2B 0 5E 3E 37 154 58 18
Octal 162 7 53 0 136 76 67 524 130 30
Binary 1110010 111 101011 0 1011110 111110 110111 101010100 1011000 11000

Color Harmonies of #72072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72072B

Black with #72072B

Text Example


Text Example

White with #72072B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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