Html Css Color HEX #72042E Burgundy

📋 copy color: '#72042E'

red 114 ◦ green 4 ◦ blue 46

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

Shades of Burgundy #72042E

Tints of Burgundy #72042E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.44%

 BLUE value IS 46 (18.36% from 255) = 28.05%

R = 69.51%
G = 2.44%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#72042E (or 0x72042E) is known color: Burgundy. HEX triplet: 72, 04 and 2E. RGB value is (114,4,46). Sum of RGB (Red+Green+Blue) = 114+4+46=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #72042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72042E is #8DFBD1. Grayscale: #292929. Windows color (decimal): -9305042 or 3015794. OLE color: 3015794.

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

Color convert

RGB 114 4 46 -
CMYK 0 0.96 0.60 0.55
HSL 337.09º 0.93% 0.23% -
HSV(B) 337.09º 0.96% 0.45% -
XYZ 7.48 3.86 2.94 -
YUV 41.68 130.44 179.58 -
System Red Green Blue C M Y K H S L
Decimal 114 4 46 0 0.96 0.60 0.55 337.09 0.93 0.23
Hex 72 4 2E 0 60 3C 37 151 5D 17
Octal 162 4 56 0 140 74 67 521 135 27
Binary 1110010 100 101110 0 1100000 111100 110111 101010001 1011101 10111

Color Harmonies of #72042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72042E

Black with #72042E

Text Example


Text Example

White with #72042E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,4,46); }

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

background-color css

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

 a { background-color: rgb(114,4,46); }

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

border-color css

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

 span { border-color: rgb(114,4,46); }

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