Html Css Color HEX #72002C Burgundy

📋 copy color: '#72002C'

red 114 ◦ green 0 ◦ blue 44

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

Shades of Burgundy #72002C

Tints of Burgundy #72002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 27.85%

R = 72.15%
G = 0%
B = 27.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#72002C (or 0x72002C) is known color: Burgundy. HEX triplet: 72, 00 and 2C. RGB value is (114,0,44). Sum of RGB (Red+Green+Blue) = 114+0+44=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #72002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72002C is #8DFFD3. Grayscale: #272727. Windows color (decimal): -9306068 or 2883698. OLE color: 2883698.

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

Color convert

RGB 114 0 44 -
CMYK 0 1 0.61 0.55
HSL 336.84º 1% 0.22% -
HSV(B) 336.84º 1% 0.45% -
XYZ 7.39 3.76 2.72 -
YUV 39.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 114 0 44 0 1 0.61 0.55 336.84 1 0.22
Hex 72 0 2C 0 64 3D 37 151 64 16
Octal 162 0 54 0 144 75 67 521 144 26
Binary 1110010 0 101100 0 1100100 111101 110111 101010001 1100100 10110

Color Harmonies of #72002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72002C

Black with #72002C

Text Example


Text Example

White with #72002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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