Html Css Color HEX #72011C Burgundy

📋 copy color: '#72011C'

red 114 ◦ green 1 ◦ blue 28

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

Shades of Burgundy #72011C

Tints of Burgundy #72011C

RGB

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

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

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

R = 79.72%
G = 0.7%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72011C (or 0x72011C) is known color: Burgundy. HEX triplet: 72, 01 and 1C. RGB value is (114,1,28). Sum of RGB (Red+Green+Blue) = 114+1+28=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #72011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72011C is #8DFEE3. Grayscale: #252525. Windows color (decimal): -9305828 or 1835378. OLE color: 1835378.

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

Color convert

RGB 114 1 28 -
CMYK 0 0.99 0.75 0.55
HSL 345.66º 0.98% 0.23% -
HSV(B) 345.66º 0.99% 0.45% -
XYZ 7.16 3.68 1.43 -
YUV 37.87 122.44 182.3 -
System Red Green Blue C M Y K H S L
Decimal 114 1 28 0 0.99 0.75 0.55 345.66 0.98 0.23
Hex 72 1 1C 0 63 4B 37 15A 62 17
Octal 162 1 34 0 143 113 67 532 142 27
Binary 1110010 1 11100 0 1100011 1001011 110111 101011010 1100010 10111

Color Harmonies of #72011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72011C

Black with #72011C

Text Example


Text Example

White with #72011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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