Html Css Color HEX #72012D Burgundy

📋 copy color: '#72012D'

red 114 ◦ green 1 ◦ blue 45

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

Shades of Burgundy #72012D

Tints of Burgundy #72012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 71.25%
G = 0.63%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#72012D (or 0x72012D) is known color: Burgundy. HEX triplet: 72, 01 and 2D. RGB value is (114,1,45). Sum of RGB (Red+Green+Blue) = 114+1+45=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #72012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72012D is #8DFED2. Grayscale: #272727. Windows color (decimal): -9305811 or 2949490. OLE color: 2949490.

HSL color Cylindrical-coordinate representation of color #72012D: hue angle of 336.64º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72012D is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 1 45 -
CMYK 0 0.99 0.61 0.55
HSL 336.64º 0.98% 0.23% -
HSV(B) 336.64º 0.99% 0.45% -
XYZ 7.42 3.79 2.82 -
YUV 39.8 130.94 180.92 -
System Red Green Blue C M Y K H S L
Decimal 114 1 45 0 0.99 0.61 0.55 336.64 0.98 0.23
Hex 72 1 2D 0 63 3D 37 151 62 17
Octal 162 1 55 0 143 75 67 521 142 27
Binary 1110010 1 101101 0 1100011 111101 110111 101010001 1100010 10111

Color Harmonies of #72012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72012D

Black with #72012D

Text Example


Text Example

White with #72012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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