Html Css Color HEX #720118 Burgundy

📋 copy color: '#720118'

red 114 ◦ green 1 ◦ blue 24

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

Shades of Burgundy #720118

Tints of Burgundy #720118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.27%

R = 82.01%
G = 0.72%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#720118 (or 0x720118) is known color: Burgundy. HEX triplet: 72, 01 and 18. RGB value is (114,1,24). Sum of RGB (Red+Green+Blue) = 114+1+24=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #720118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720118 is #8DFEE7. Grayscale: #252525. Windows color (decimal): -9305832 or 1573234. OLE color: 1573234.

HSL color Cylindrical-coordinate representation of color #720118: hue angle of 347.79º 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 #720118 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 1 24 -
CMYK 0 0.99 0.79 0.55
HSL 347.79º 0.98% 0.23% -
HSV(B) 347.79º 0.99% 0.45% -
XYZ 7.12 3.67 1.2 -
YUV 37.41 120.44 182.63 -
System Red Green Blue C M Y K H S L
Decimal 114 1 24 0 0.99 0.79 0.55 347.79 0.98 0.23
Hex 72 1 18 0 63 4F 37 15C 62 17
Octal 162 1 30 0 143 117 67 534 142 27
Binary 1110010 1 11000 0 1100011 1001111 110111 101011100 1100010 10111

Color Harmonies of #720118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720118

Black with #720118

Text Example


Text Example

White with #720118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720118; }

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

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

background-color css

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

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

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

border-color css

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

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

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