Html Css Color HEX #72032E Burgundy

📋 copy color: '#72032E'

red 114 ◦ green 3 ◦ blue 46

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

Shades of Burgundy #72032E

Tints of Burgundy #72032E

RGB

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

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

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

R = 69.94%
G = 1.84%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#72032E (or 0x72032E) is known color: Burgundy. HEX triplet: 72, 03 and 2E. RGB value is (114,3,46). Sum of RGB (Red+Green+Blue) = 114+3+46=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #72032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72032E is #8DFCD1. Grayscale: #292929. Windows color (decimal): -9305298 or 3015538. OLE color: 3015538.

HSL color Cylindrical-coordinate representation of color #72032E: hue angle of 336.76º 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 #72032E is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 3 46 -
CMYK 0 0.97 0.60 0.55
HSL 336.76º 0.95% 0.23% -
HSV(B) 336.76º 0.97% 0.45% -
XYZ 7.47 3.84 2.93 -
YUV 41.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 114 3 46 0 0.97 0.60 0.55 336.76 0.95 0.23
Hex 72 3 2E 0 61 3C 37 151 5F 17
Octal 162 3 56 0 141 74 67 521 137 27
Binary 1110010 11 101110 0 1100001 111100 110111 101010001 1011111 10111

Color Harmonies of #72032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72032E

Black with #72032E

Text Example


Text Example

White with #72032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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