Html Css Color HEX #72001C Burgundy

📋 copy color: '#72001C'

red 114 ◦ green 0 ◦ blue 28

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

Shades of Burgundy #72001C

Tints of Burgundy #72001C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.28%
G = 0%
B = 19.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72001C (or 0x72001C) is known color: Burgundy. HEX triplet: 72, 00 and 1C. RGB value is (114,0,28). Sum of RGB (Red+Green+Blue) = 114+0+28=142 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.28% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 114 - color contains mainly: red. Hex color #72001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72001C is #8DFFE3. Grayscale: #252525. Windows color (decimal): -9306084 or 1835122. OLE color: 1835122.

HSL color Cylindrical-coordinate representation of color #72001C: hue angle of 345.26º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72001C is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 0 28 -
CMYK 0 1 0.75 0.55
HSL 345.26º 1% 0.22% -
HSV(B) 345.26º 1% 0.45% -
XYZ 7.15 3.66 1.43 -
YUV 37.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 114 0 28 0 1 0.75 0.55 345.26 1 0.22
Hex 72 0 1C 0 64 4B 37 159 64 16
Octal 162 0 34 0 144 113 67 531 144 26
Binary 1110010 0 11100 0 1100100 1001011 110111 101011001 1100100 10110

Color Harmonies of #72001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72001C

Black with #72001C

Text Example


Text Example

White with #72001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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