Html Css Color HEX #73030F Burgundy

📋 copy color: '#73030F'

red 115 ◦ green 3 ◦ blue 15

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

Shades of Burgundy #73030F

Tints of Burgundy #73030F

RGB

 RED value IS 115 (45.31% from 255) = 86.47%

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

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

R = 86.47%
G = 2.26%
B = 11.28%

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

#73030F (or 0x73030F) is known color: Burgundy. HEX triplet: 73, 03 and 0F. RGB value is (115,3,15). Sum of RGB (Red+Green+Blue) = 115+3+15=133 (17% of max value = 765). Red value is 115 (45.31% from 255 or 86.47% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 115 - color contains mainly: red. Hex color #73030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73030F is #8CFCF0. Grayscale: #252525. Windows color (decimal): -9239793 or 983923. OLE color: 983923.

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

Color convert

RGB 115 3 15 -
CMYK 0 0.97 0.87 0.55
HSL 353.57º 0.95% 0.23% -
HSV(B) 353.57º 0.97% 0.45% -
XYZ 7.19 3.74 0.8 -
YUV 37.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 115 3 15 0 0.97 0.87 0.55 353.57 0.95 0.23
Hex 73 3 F 0 61 57 37 162 5F 17
Octal 163 3 17 0 141 127 67 542 137 27
Binary 1110011 11 1111 0 1100001 1010111 110111 101100010 1011111 10111

Color Harmonies of #73030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73030F

Black with #73030F

Text Example


Text Example

White with #73030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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