Html Css Color HEX #72030E Burgundy

📋 copy color: '#72030E'

red 114 ◦ green 3 ◦ blue 14

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

Shades of Burgundy #72030E

Tints of Burgundy #72030E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.29%

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

R = 87.02%
G = 2.29%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72030E (or 0x72030E) is known color: Burgundy. HEX triplet: 72, 03 and 0E. RGB value is (114,3,14). Sum of RGB (Red+Green+Blue) = 114+3+14=131 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.02% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 114 - color contains mainly: red. Hex color #72030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72030E is #8DFCF1. Grayscale: #252525. Windows color (decimal): -9305330 or 918386. OLE color: 918386.

HSL color Cylindrical-coordinate representation of color #72030E: hue angle of 354.05º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72030E is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 3 14 -
CMYK 0 0.97 0.88 0.55
HSL 354.05º 0.95% 0.23% -
HSV(B) 354.05º 0.97% 0.45% -
XYZ 7.05 3.67 0.75 -
YUV 37.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 114 3 14 0 0.97 0.88 0.55 354.05 0.95 0.23
Hex 72 3 E 0 61 58 37 162 5F 17
Octal 162 3 16 0 141 130 67 542 137 27
Binary 1110010 11 1110 0 1100001 1011000 110111 101100010 1011111 10111

Color Harmonies of #72030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72030E

Black with #72030E

Text Example


Text Example

White with #72030E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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