Html Css Color HEX #72040F Burgundy

📋 copy color: '#72040F'

red 114 ◦ green 4 ◦ blue 15

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

Shades of Burgundy #72040F

Tints of Burgundy #72040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.01%

 BLUE value IS 15 (6.25% from 255) = 11.28%

R = 85.71%
G = 3.01%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#72040F (or 0x72040F) is known color: Burgundy. HEX triplet: 72, 04 and 0F. RGB value is (114,4,15). Sum of RGB (Red+Green+Blue) = 114+4+15=133 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.71% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 114 - color contains mainly: red. Hex color #72040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72040F is #8DFBF0. Grayscale: #262626. Windows color (decimal): -9305073 or 984178. OLE color: 984178.

HSL color Cylindrical-coordinate representation of color #72040F: hue angle of 354º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72040F is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 4 15 -
CMYK 0 0.96 0.87 0.55
HSL 354º 0.93% 0.23% -
HSV(B) 354º 0.96% 0.45% -
XYZ 7.07 3.7 0.79 -
YUV 38.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 114 4 15 0 0.96 0.87 0.55 354 0.93 0.23
Hex 72 4 F 0 60 57 37 162 5D 17
Octal 162 4 17 0 140 127 67 542 135 27
Binary 1110010 100 1111 0 1100000 1010111 110111 101100010 1011101 10111

Color Harmonies of #72040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72040F

Black with #72040F

Text Example


Text Example

White with #72040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72040F; }

 p { color: rgb(114,4,15); }

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

background-color css

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

 a { background-color: rgb(114,4,15); }

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

border-color css

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

 span { border-color: rgb(114,4,15); }

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