Html Css Color HEX #72031E Burgundy

📋 copy color: '#72031E'

red 114 ◦ green 3 ◦ blue 30

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

Shades of Burgundy #72031E

Tints of Burgundy #72031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.04%

 BLUE value IS 30 (12.11% from 255) = 20.41%

R = 77.55%
G = 2.04%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72031E (or 0x72031E) is known color: Burgundy. HEX triplet: 72, 03 and 1E. RGB value is (114,3,30). Sum of RGB (Red+Green+Blue) = 114+3+30=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #72031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72031E is #8DFCE1. Grayscale: #272727. Windows color (decimal): -9305314 or 1966962. OLE color: 1966962.

HSL color Cylindrical-coordinate representation of color #72031E: hue angle of 345.41º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72031E is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 3 30 -
CMYK 0 0.97 0.74 0.55
HSL 345.41º 0.95% 0.23% -
HSV(B) 345.41º 0.97% 0.45% -
XYZ 7.21 3.74 1.57 -
YUV 39.27 122.77 181.3 -
System Red Green Blue C M Y K H S L
Decimal 114 3 30 0 0.97 0.74 0.55 345.41 0.95 0.23
Hex 72 3 1E 0 61 4A 37 159 5F 17
Octal 162 3 36 0 141 112 67 531 137 27
Binary 1110010 11 11110 0 1100001 1001010 110111 101011001 1011111 10111

Color Harmonies of #72031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72031E

Black with #72031E

Text Example


Text Example

White with #72031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,3,30); }

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

background-color css

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

 a { background-color: rgb(114,3,30); }

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

border-color css

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

 span { border-color: rgb(114,3,30); }

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