Html Css Color HEX #72021E Burgundy

📋 copy color: '#72021E'

red 114 ◦ green 2 ◦ blue 30

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

Shades of Burgundy #72021E

Tints of Burgundy #72021E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.37%

 BLUE value IS 30 (12.11% from 255) = 20.55%

R = 78.08%
G = 1.37%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72021E (or 0x72021E) is known color: Burgundy. HEX triplet: 72, 02 and 1E. RGB value is (114,2,30). Sum of RGB (Red+Green+Blue) = 114+2+30=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #72021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72021E is #8DFDE1. Grayscale: #262626. Windows color (decimal): -9305570 or 1966706. OLE color: 1966706.

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

Color convert

RGB 114 2 30 -
CMYK 0 0.98 0.74 0.55
HSL 345º 0.97% 0.23% -
HSV(B) 345º 0.98% 0.45% -
XYZ 7.2 3.71 1.57 -
YUV 38.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 114 2 30 0 0.98 0.74 0.55 345 0.97 0.23
Hex 72 2 1E 0 62 4A 37 159 61 17
Octal 162 2 36 0 142 112 67 531 141 27
Binary 1110010 10 11110 0 1100010 1001010 110111 101011001 1100001 10111

Color Harmonies of #72021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72021E

Black with #72021E

Text Example


Text Example

White with #72021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,2,30); }

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

background-color css

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

 a { background-color: rgb(114,2,30); }

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

border-color css

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

 span { border-color: rgb(114,2,30); }

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