Html Css Color HEX #72082E Burgundy

📋 copy color: '#72082E'

red 114 ◦ green 8 ◦ blue 46

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

Shades of Burgundy #72082E

Tints of Burgundy #72082E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.38%

R = 67.86%
G = 4.76%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#72082E (or 0x72082E) is known color: Burgundy. HEX triplet: 72, 08 and 2E. RGB value is (114,8,46). Sum of RGB (Red+Green+Blue) = 114+8+46=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #72082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72082E is #8DF7D1. Grayscale: #2B2B2B. Windows color (decimal): -9304018 or 3016818. OLE color: 3016818.

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

Color convert

RGB 114 8 46 -
CMYK 0 0.93 0.60 0.55
HSL 338.49º 0.87% 0.24% -
HSV(B) 338.49º 0.93% 0.45% -
XYZ 7.52 3.95 2.95 -
YUV 44.03 129.12 177.91 -
System Red Green Blue C M Y K H S L
Decimal 114 8 46 0 0.93 0.60 0.55 338.49 0.87 0.24
Hex 72 8 2E 0 5D 3C 37 152 57 18
Octal 162 10 56 0 135 74 67 522 127 30
Binary 1110010 1000 101110 0 1011101 111100 110111 101010010 1010111 11000

Color Harmonies of #72082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72082E

Black with #72082E

Text Example


Text Example

White with #72082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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