Html Css Color HEX #72002D Burgundy

📋 copy color: '#72002D'

red 114 ◦ green 0 ◦ blue 45

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

Shades of Burgundy #72002D

Tints of Burgundy #72002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.3%

R = 71.7%
G = 0%
B = 28.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#72002D (or 0x72002D) is known color: Burgundy. HEX triplet: 72, 00 and 2D. RGB value is (114,0,45). Sum of RGB (Red+Green+Blue) = 114+0+45=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #72002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72002D is #8DFFD2. Grayscale: #272727. Windows color (decimal): -9306067 or 2949234. OLE color: 2949234.

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

Color convert

RGB 114 0 45 -
CMYK 0 1 0.61 0.55
HSL 336.32º 1% 0.22% -
HSV(B) 336.32º 1% 0.45% -
XYZ 7.41 3.77 2.82 -
YUV 39.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 114 0 45 0 1 0.61 0.55 336.32 1 0.22
Hex 72 0 2D 0 64 3D 37 150 64 16
Octal 162 0 55 0 144 75 67 520 144 26
Binary 1110010 0 101101 0 1100100 111101 110111 101010000 1100100 10110

Color Harmonies of #72002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72002D

Black with #72002D

Text Example


Text Example

White with #72002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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