Html Css Color HEX #72030D Burgundy

📋 copy color: '#72030D'

red 114 ◦ green 3 ◦ blue 13

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

Shades of Burgundy #72030D

Tints of Burgundy #72030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.31%

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

R = 87.69%
G = 2.31%
B = 10%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72030D (or 0x72030D) is known color: Burgundy. HEX triplet: 72, 03 and 0D. RGB value is (114,3,13). Sum of RGB (Red+Green+Blue) = 114+3+13=130 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.69% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 114 - color contains mainly: red. Hex color #72030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72030D is #8DFCF2. Grayscale: #252525. Windows color (decimal): -9305331 or 852850. OLE color: 852850.

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

Color convert

RGB 114 3 13 -
CMYK 0 0.97 0.89 0.55
HSL 354.59º 0.95% 0.23% -
HSV(B) 354.59º 0.97% 0.45% -
XYZ 7.04 3.67 0.72 -
YUV 37.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 114 3 13 0 0.97 0.89 0.55 354.59 0.95 0.23
Hex 72 3 D 0 61 59 37 163 5F 17
Octal 162 3 15 0 141 131 67 543 137 27
Binary 1110010 11 1101 0 1100001 1011001 110111 101100011 1011111 10111

Color Harmonies of #72030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72030D

Black with #72030D

Text Example


Text Example

White with #72030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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