Html Css Color HEX #720C23 Burgundy

📋 copy color: '#720C23'

red 114 ◦ green 12 ◦ blue 35

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

Shades of Burgundy #720C23

Tints of Burgundy #720C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.74%

R = 70.81%
G = 7.45%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#720C23 (or 0x720C23) is known color: Burgundy. HEX triplet: 72, 0C and 23. RGB value is (114,12,35). Sum of RGB (Red+Green+Blue) = 114+12+35=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #720C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C23 is #8DF3DC. Grayscale: #2D2D2D. Windows color (decimal): -9303005 or 2296946. OLE color: 2296946.

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

Color convert

RGB 114 12 35 -
CMYK 0 0.89 0.69 0.55
HSL 346.47º 0.81% 0.25% -
HSV(B) 346.47º 0.89% 0.45% -
XYZ 7.37 3.96 1.97 -
YUV 45.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 114 12 35 0 0.89 0.69 0.55 346.47 0.81 0.25
Hex 72 C 23 0 59 45 37 15A 51 19
Octal 162 14 43 0 131 105 67 532 121 31
Binary 1110010 1100 100011 0 1011001 1000101 110111 101011010 1010001 11001

Color Harmonies of #720C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720C23

Black with #720C23

Text Example


Text Example

White with #720C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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