Html Css Color HEX #720C1E Burgundy

📋 copy color: '#720C1E'

red 114 ◦ green 12 ◦ blue 30

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

Shades of Burgundy #720C1E

Tints of Burgundy #720C1E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.69%

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

R = 73.08%
G = 7.69%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#720C1E (or 0x720C1E) is known color: Burgundy. HEX triplet: 72, 0C and 1E. RGB value is (114,12,30). Sum of RGB (Red+Green+Blue) = 114+12+30=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #720C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C1E is #8DF3E1. Grayscale: #2C2C2C. Windows color (decimal): -9303010 or 1969266. OLE color: 1969266.

HSL color Cylindrical-coordinate representation of color #720C1E: hue angle of 349.41º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720C1E is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 12 30 -
CMYK 0 0.89 0.74 0.55
HSL 349.41º 0.81% 0.25% -
HSV(B) 349.41º 0.89% 0.45% -
XYZ 7.31 3.93 1.6 -
YUV 44.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 114 12 30 0 0.89 0.74 0.55 349.41 0.81 0.25
Hex 72 C 1E 0 59 4A 37 15D 51 19
Octal 162 14 36 0 131 112 67 535 121 31
Binary 1110010 1100 11110 0 1011001 1001010 110111 101011101 1010001 11001

Color Harmonies of #720C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720C1E

Black with #720C1E

Text Example


Text Example

White with #720C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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