Html Css Color HEX #72000E Burgundy

📋 copy color: '#72000E'

red 114 ◦ green 0 ◦ blue 14

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

Shades of Burgundy #72000E

Tints of Burgundy #72000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.94%

R = 89.06%
G = 0%
B = 10.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72000E (or 0x72000E) is known color: Burgundy. HEX triplet: 72, 00 and 0E. RGB value is (114,0,14). Sum of RGB (Red+Green+Blue) = 114+0+14=128 (16% of max value = 765). Red value is 114 (44.92% from 255 or 89.06% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 114 - color contains mainly: red. Hex color #72000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72000E is #8DFFF1. Grayscale: #232323. Windows color (decimal): -9306098 or 917618. OLE color: 917618.

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

Color convert

RGB 114 0 14 -
CMYK 0 1 0.88 0.55
HSL 352.63º 1% 0.22% -
HSV(B) 352.63º 1% 0.45% -
XYZ 7.02 3.61 0.74 -
YUV 35.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 114 0 14 0 1 0.88 0.55 352.63 1 0.22
Hex 72 0 E 0 64 58 37 161 64 16
Octal 162 0 16 0 144 130 67 541 144 26
Binary 1110010 0 1110 0 1100100 1011000 110111 101100001 1100100 10110

Color Harmonies of #72000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72000E

Black with #72000E

Text Example


Text Example

White with #72000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72000E; }

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

 H1.HeaderClassName
 {
   color: #72000E;
 }
 .AnyTagClassName
 {
   color: #72000E;
 }
</style>

background-color css

<style>
 a { background-color: #72000E; }

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

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

border-color css

<style>
 span { border-color: #72000E; }

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

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