Html Css Color HEX #720C2A Burgundy

📋 copy color: '#720C2A'

red 114 ◦ green 12 ◦ blue 42

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

Shades of Burgundy #720C2A

Tints of Burgundy #720C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25%

R = 67.86%
G = 7.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#720C2A (or 0x720C2A) is known color: Burgundy. HEX triplet: 72, 0C and 2A. RGB value is (114,12,42). Sum of RGB (Red+Green+Blue) = 114+12+42=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #720C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C2A is #8DF3D5. Grayscale: #2D2D2D. Windows color (decimal): -9302998 or 2755698. OLE color: 2755698.

HSL color Cylindrical-coordinate representation of color #720C2A: hue angle of 342.35º 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 #720C2A is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 12 42 -
CMYK 0 0.89 0.63 0.55
HSL 342.35º 0.81% 0.25% -
HSV(B) 342.35º 0.89% 0.45% -
XYZ 7.49 4.01 2.57 -
YUV 45.92 125.79 176.56 -
System Red Green Blue C M Y K H S L
Decimal 114 12 42 0 0.89 0.63 0.55 342.35 0.81 0.25
Hex 72 C 2A 0 59 3F 37 156 51 19
Octal 162 14 52 0 131 77 67 526 121 31
Binary 1110010 1100 101010 0 1011001 111111 110111 101010110 1010001 11001

Color Harmonies of #720C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720C2A

Black with #720C2A

Text Example


Text Example

White with #720C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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