Html Css Color HEX #72030F Burgundy

📋 copy color: '#72030F'

red 114 ◦ green 3 ◦ blue 15

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

Shades of Burgundy #72030F

Tints of Burgundy #72030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.36%

R = 86.36%
G = 2.27%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#72030F (or 0x72030F) is known color: Burgundy. HEX triplet: 72, 03 and 0F. RGB value is (114,3,15). Sum of RGB (Red+Green+Blue) = 114+3+15=132 (17% of max value = 765). Red value is 114 (44.92% from 255 or 86.36% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 114 - color contains mainly: red. Hex color #72030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72030F is #8DFCF0. Grayscale: #252525. Windows color (decimal): -9305329 or 983922. OLE color: 983922.

HSL color Cylindrical-coordinate representation of color #72030F: hue angle of 353.51º 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 #72030F is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 3 15 -
CMYK 0 0.97 0.87 0.55
HSL 353.51º 0.95% 0.23% -
HSV(B) 353.51º 0.97% 0.45% -
XYZ 7.06 3.68 0.79 -
YUV 37.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 114 3 15 0 0.97 0.87 0.55 353.51 0.95 0.23
Hex 72 3 F 0 61 57 37 162 5F 17
Octal 162 3 17 0 141 127 67 542 137 27
Binary 1110010 11 1111 0 1100001 1010111 110111 101100010 1011111 10111

Color Harmonies of #72030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72030F

Black with #72030F

Text Example


Text Example

White with #72030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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