Html Css Color HEX #720A2F Burgundy

📋 copy color: '#720A2F'

red 114 ◦ green 10 ◦ blue 47

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

Shades of Burgundy #720A2F

Tints of Burgundy #720A2F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.85%

 BLUE value IS 47 (18.75% from 255) = 27.49%

R = 66.67%
G = 5.85%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#720A2F (or 0x720A2F) is known color: Burgundy. HEX triplet: 72, 0A and 2F. RGB value is (114,10,47). Sum of RGB (Red+Green+Blue) = 114+10+47=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #720A2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A2F is #8DF5D0. Grayscale: #2D2D2D. Windows color (decimal): -9303505 or 3082866. OLE color: 3082866.

HSL color Cylindrical-coordinate representation of color #720A2F: hue angle of 338.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A2F is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 10 47 -
CMYK 0 0.91 0.59 0.55
HSL 338.65º 0.84% 0.24% -
HSV(B) 338.65º 0.91% 0.45% -
XYZ 7.56 4 3.06 -
YUV 45.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 114 10 47 0 0.91 0.59 0.55 338.65 0.84 0.24
Hex 72 A 2F 0 5B 3B 37 153 54 18
Octal 162 12 57 0 133 73 67 523 124 30
Binary 1110010 1010 101111 0 1011011 111011 110111 101010011 1010100 11000

Color Harmonies of #720A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A2F

Black with #720A2F

Text Example


Text Example

White with #720A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,10,47); }

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

background-color css

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

 a { background-color: rgb(114,10,47); }

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

border-color css

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

 span { border-color: rgb(114,10,47); }

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