Html Css Color HEX #720312 Burgundy

📋 copy color: '#720312'

red 114 ◦ green 3 ◦ blue 18

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

Shades of Burgundy #720312

Tints of Burgundy #720312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.33%

R = 84.44%
G = 2.22%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#720312 (or 0x720312) is known color: Burgundy. HEX triplet: 72, 03 and 12. RGB value is (114,3,18). Sum of RGB (Red+Green+Blue) = 114+3+18=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #720312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720312 is #8DFCED. Grayscale: #252525. Windows color (decimal): -9305326 or 1180530. OLE color: 1180530.

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

Color convert

RGB 114 3 18 -
CMYK 0 0.97 0.84 0.55
HSL 351.89º 0.95% 0.23% -
HSV(B) 351.89º 0.97% 0.45% -
XYZ 7.08 3.69 0.91 -
YUV 37.9 116.77 182.28 -
System Red Green Blue C M Y K H S L
Decimal 114 3 18 0 0.97 0.84 0.55 351.89 0.95 0.23
Hex 72 3 12 0 61 54 37 160 5F 17
Octal 162 3 22 0 141 124 67 540 137 27
Binary 1110010 11 10010 0 1100001 1010100 110111 101100000 1011111 10111

Color Harmonies of #720312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720312

Black with #720312

Text Example


Text Example

White with #720312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720312; }

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

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

background-color css

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

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

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

border-color css

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

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

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