Html Css Color HEX #73061B Burgundy

📋 copy color: '#73061B'

red 115 ◦ green 6 ◦ blue 27

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

Shades of Burgundy #73061B

Tints of Burgundy #73061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.24%

R = 77.7%
G = 4.05%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73061B (or 0x73061B) is known color: Burgundy. HEX triplet: 73, 06 and 1B. RGB value is (115,6,27). Sum of RGB (Red+Green+Blue) = 115+6+27=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #73061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73061B is #8CF9E4. Grayscale: #292929. Windows color (decimal): -9239013 or 1771123. OLE color: 1771123.

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

Color convert

RGB 115 6 27 -
CMYK 0 0.95 0.77 0.55
HSL 348.44º 0.9% 0.24% -
HSV(B) 348.44º 0.95% 0.45% -
XYZ 7.33 3.85 1.39 -
YUV 40.99 120.11 180.79 -
System Red Green Blue C M Y K H S L
Decimal 115 6 27 0 0.95 0.77 0.55 348.44 0.9 0.24
Hex 73 6 1B 0 5F 4D 37 15C 5A 18
Octal 163 6 33 0 137 115 67 534 132 30
Binary 1110011 110 11011 0 1011111 1001101 110111 101011100 1011010 11000

Color Harmonies of #73061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73061B

Black with #73061B

Text Example


Text Example

White with #73061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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