Html Css Color HEX #720123 Burgundy

📋 copy color: '#720123'

red 114 ◦ green 1 ◦ blue 35

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

Shades of Burgundy #720123

Tints of Burgundy #720123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 76%
G = 0.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#720123 (or 0x720123) is known color: Burgundy. HEX triplet: 72, 01 and 23. RGB value is (114,1,35). Sum of RGB (Red+Green+Blue) = 114+1+35=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #720123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720123 is #8DFEDC. Grayscale: #262626. Windows color (decimal): -9305821 or 2294130. OLE color: 2294130.

HSL color Cylindrical-coordinate representation of color #720123: hue angle of 341.95º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720123 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 1 35 -
CMYK 0 0.99 0.69 0.55
HSL 341.95º 0.98% 0.23% -
HSV(B) 341.95º 0.99% 0.45% -
XYZ 7.25 3.72 1.93 -
YUV 38.66 125.94 181.74 -
System Red Green Blue C M Y K H S L
Decimal 114 1 35 0 0.99 0.69 0.55 341.95 0.98 0.23
Hex 72 1 23 0 63 45 37 156 62 17
Octal 162 1 43 0 143 105 67 526 142 27
Binary 1110010 1 100011 0 1100011 1000101 110111 101010110 1100010 10111

Color Harmonies of #720123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720123

Black with #720123

Text Example


Text Example

White with #720123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720123; }

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

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

background-color css

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

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

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

border-color css

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

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

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