Html Css Color HEX #72060D Burgundy

📋 copy color: '#72060D'

red 114 ◦ green 6 ◦ blue 13

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

Shades of Burgundy #72060D

Tints of Burgundy #72060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.51%

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

R = 85.71%
G = 4.51%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72060D (or 0x72060D) is known color: Burgundy. HEX triplet: 72, 06 and 0D. RGB value is (114,6,13). Sum of RGB (Red+Green+Blue) = 114+6+13=133 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.71% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 114 - color contains mainly: red. Hex color #72060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72060D is #8DF9F2. Grayscale: #272727. Windows color (decimal): -9304563 or 853618. OLE color: 853618.

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

Color convert

RGB 114 6 13 -
CMYK 0 0.95 0.89 0.55
HSL 356.11º 0.9% 0.24% -
HSV(B) 356.11º 0.95% 0.45% -
XYZ 7.08 3.74 0.73 -
YUV 39.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 114 6 13 0 0.95 0.89 0.55 356.11 0.9 0.24
Hex 72 6 D 0 5F 59 37 164 5A 18
Octal 162 6 15 0 137 131 67 544 132 30
Binary 1110010 110 1101 0 1011111 1011001 110111 101100100 1011010 11000

Color Harmonies of #72060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72060D

Black with #72060D

Text Example


Text Example

White with #72060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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