Html Css Color HEX #73071F Burgundy

📋 copy color: '#73071F'

red 115 ◦ green 7 ◦ blue 31

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

Shades of Burgundy #73071F

Tints of Burgundy #73071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.26%

R = 75.16%
G = 4.58%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#73071F (or 0x73071F) is known color: Burgundy. HEX triplet: 73, 07 and 1F. RGB value is (115,7,31). Sum of RGB (Red+Green+Blue) = 115+7+31=153 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.16% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 115 - color contains mainly: red. Hex color #73071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73071F is #8CF8E0. Grayscale: #2A2A2A. Windows color (decimal): -9238753 or 2033523. OLE color: 2033523.

HSL color Cylindrical-coordinate representation of color #73071F: hue angle of 346.67º degrees, saturation: 0.89, 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 #73071F is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 7 31 -
CMYK 0 0.94 0.73 0.55
HSL 346.67º 0.89% 0.24% -
HSV(B) 346.67º 0.94% 0.45% -
XYZ 7.39 3.9 1.66 -
YUV 42.03 121.78 180.05 -
System Red Green Blue C M Y K H S L
Decimal 115 7 31 0 0.94 0.73 0.55 346.67 0.89 0.24
Hex 73 7 1F 0 5E 49 37 15B 59 18
Octal 163 7 37 0 136 111 67 533 131 30
Binary 1110011 111 11111 0 1011110 1001001 110111 101011011 1011001 11000

Color Harmonies of #73071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73071F

Black with #73071F

Text Example


Text Example

White with #73071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,7,31); }

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

background-color css

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

 a { background-color: rgb(115,7,31); }

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

border-color css

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

 span { border-color: rgb(115,7,31); }

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