Html Css Color HEX #73061F Burgundy

📋 copy color: '#73061F'

red 115 ◦ green 6 ◦ blue 31

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

Shades of Burgundy #73061F

Tints of Burgundy #73061F

RGB

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

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

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

R = 75.66%
G = 3.95%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#73061F (or 0x73061F) is known color: Burgundy. HEX triplet: 73, 06 and 1F. RGB value is (115,6,31). Sum of RGB (Red+Green+Blue) = 115+6+31=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #73061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73061F is #8CF9E0. Grayscale: #292929. Windows color (decimal): -9239009 or 2033267. OLE color: 2033267.

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

Color convert

RGB 115 6 31 -
CMYK 0 0.95 0.73 0.55
HSL 346.24º 0.9% 0.24% -
HSV(B) 346.24º 0.95% 0.45% -
XYZ 7.38 3.87 1.65 -
YUV 41.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 115 6 31 0 0.95 0.73 0.55 346.24 0.9 0.24
Hex 73 6 1F 0 5F 49 37 15A 5A 18
Octal 163 6 37 0 137 111 67 532 132 30
Binary 1110011 110 11111 0 1011111 1001001 110111 101011010 1011010 11000

Color Harmonies of #73061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73061F

Black with #73061F

Text Example


Text Example

White with #73061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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