Html Css Color HEX #72081C Burgundy

📋 copy color: '#72081C'

red 114 ◦ green 8 ◦ blue 28

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

Shades of Burgundy #72081C

Tints of Burgundy #72081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.33%

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

R = 76%
G = 5.33%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72081C (or 0x72081C) is known color: Burgundy. HEX triplet: 72, 08 and 1C. RGB value is (114,8,28). Sum of RGB (Red+Green+Blue) = 114+8+28=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #72081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72081C is #8DF7E3. Grayscale: #292929. Windows color (decimal): -9304036 or 1837170. OLE color: 1837170.

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

Color convert

RGB 114 8 28 -
CMYK 0 0.93 0.75 0.55
HSL 348.68º 0.87% 0.24% -
HSV(B) 348.68º 0.93% 0.45% -
XYZ 7.24 3.83 1.46 -
YUV 41.97 120.12 179.37 -
System Red Green Blue C M Y K H S L
Decimal 114 8 28 0 0.93 0.75 0.55 348.68 0.87 0.24
Hex 72 8 1C 0 5D 4B 37 15D 57 18
Octal 162 10 34 0 135 113 67 535 127 30
Binary 1110010 1000 11100 0 1011101 1001011 110111 101011101 1010111 11000

Color Harmonies of #72081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72081C

Black with #72081C

Text Example


Text Example

White with #72081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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