Html Css Color HEX #72041C Burgundy

📋 copy color: '#72041C'

red 114 ◦ green 4 ◦ blue 28

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

Shades of Burgundy #72041C

Tints of Burgundy #72041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.18%

R = 78.08%
G = 2.74%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72041C (or 0x72041C) is known color: Burgundy. HEX triplet: 72, 04 and 1C. RGB value is (114,4,28). Sum of RGB (Red+Green+Blue) = 114+4+28=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #72041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72041C is #8DFBE3. Grayscale: #272727. Windows color (decimal): -9305060 or 1836146. OLE color: 1836146.

HSL color Cylindrical-coordinate representation of color #72041C: hue angle of 346.91º 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 #72041C is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 4 28 -
CMYK 0 0.96 0.75 0.55
HSL 346.91º 0.93% 0.23% -
HSV(B) 346.91º 0.96% 0.45% -
XYZ 7.19 3.75 1.44 -
YUV 39.63 121.44 181.05 -
System Red Green Blue C M Y K H S L
Decimal 114 4 28 0 0.96 0.75 0.55 346.91 0.93 0.23
Hex 72 4 1C 0 60 4B 37 15B 5D 17
Octal 162 4 34 0 140 113 67 533 135 27
Binary 1110010 100 11100 0 1100000 1001011 110111 101011011 1011101 10111

Color Harmonies of #72041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72041C

Black with #72041C

Text Example


Text Example

White with #72041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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