Html Css Color HEX #72002E Burgundy

📋 copy color: '#72002E'

red 114 ◦ green 0 ◦ blue 46

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

Shades of Burgundy #72002E

Tints of Burgundy #72002E

RGB

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

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

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

R = 71.25%
G = 0%
B = 28.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#72002E (or 0x72002E) is known color: Burgundy. HEX triplet: 72, 00 and 2E. RGB value is (114,0,46). Sum of RGB (Red+Green+Blue) = 114+0+46=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #72002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72002E is #8DFFD1. Grayscale: #272727. Windows color (decimal): -9306066 or 3014770. OLE color: 3014770.

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

Color convert

RGB 114 0 46 -
CMYK 0 1 0.60 0.55
HSL 335.79º 1% 0.22% -
HSV(B) 335.79º 1% 0.45% -
XYZ 7.43 3.77 2.92 -
YUV 39.33 131.77 181.26 -
System Red Green Blue C M Y K H S L
Decimal 114 0 46 0 1 0.60 0.55 335.79 1 0.22
Hex 72 0 2E 0 64 3C 37 150 64 16
Octal 162 0 56 0 144 74 67 520 144 26
Binary 1110010 0 101110 0 1100100 111100 110111 101010000 1100100 10110

Color Harmonies of #72002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72002E

Black with #72002E

Text Example


Text Example

White with #72002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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