Html Css Color HEX #72070D Burgundy

📋 copy color: '#72070D'

red 114 ◦ green 7 ◦ blue 13

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

Shades of Burgundy #72070D

Tints of Burgundy #72070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.22%

 BLUE value IS 13 (5.47% from 255) = 9.7%

R = 85.07%
G = 5.22%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72070D (or 0x72070D) is known color: Burgundy. HEX triplet: 72, 07 and 0D. RGB value is (114,7,13). Sum of RGB (Red+Green+Blue) = 114+7+13=134 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.07% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 114 - color contains mainly: red. Hex color #72070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72070D is #8DF8F2. Grayscale: #272727. Windows color (decimal): -9304307 or 853874. OLE color: 853874.

HSL color Cylindrical-coordinate representation of color #72070D: hue angle of 356.64º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72070D is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 7 13 -
CMYK 0 0.94 0.89 0.55
HSL 356.64º 0.88% 0.24% -
HSV(B) 356.64º 0.94% 0.45% -
XYZ 7.09 3.76 0.73 -
YUV 39.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 114 7 13 0 0.94 0.89 0.55 356.64 0.88 0.24
Hex 72 7 D 0 5E 59 37 165 58 18
Octal 162 7 15 0 136 131 67 545 130 30
Binary 1110010 111 1101 0 1011110 1011001 110111 101100101 1011000 11000

Color Harmonies of #72070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72070D

Black with #72070D

Text Example


Text Example

White with #72070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,7,13); }

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

background-color css

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

 a { background-color: rgb(114,7,13); }

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

border-color css

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

 span { border-color: rgb(114,7,13); }

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