Html Css Color HEX #73050D Burgundy

📋 copy color: '#73050D'

red 115 ◦ green 5 ◦ blue 13

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

Shades of Burgundy #73050D

Tints of Burgundy #73050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.76%

 BLUE value IS 13 (5.47% from 255) = 9.77%

R = 86.47%
G = 3.76%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#73050D (or 0x73050D) is known color: Burgundy. HEX triplet: 73, 05 and 0D. RGB value is (115,5,13). Sum of RGB (Red+Green+Blue) = 115+5+13=133 (17% of max value = 765). Red value is 115 (45.31% from 255 or 86.47% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 115 - color contains mainly: red. Hex color #73050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73050D is #8CFAF2. Grayscale: #262626. Windows color (decimal): -9239283 or 853363. OLE color: 853363.

HSL color Cylindrical-coordinate representation of color #73050D: hue angle of 355.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73050D is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 5 13 -
CMYK 0 0.96 0.89 0.55
HSL 355.64º 0.92% 0.24% -
HSV(B) 355.64º 0.96% 0.45% -
XYZ 7.2 3.78 0.73 -
YUV 38.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 115 5 13 0 0.96 0.89 0.55 355.64 0.92 0.24
Hex 73 5 D 0 60 59 37 164 5C 18
Octal 163 5 15 0 140 131 67 544 134 30
Binary 1110011 101 1101 0 1100000 1011001 110111 101100100 1011100 11000

Color Harmonies of #73050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73050D

Black with #73050D

Text Example


Text Example

White with #73050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73050D; }

 p { color: rgb(115,5,13); }

 H1.HeaderClassName
 {
   color: #73050D;
 }
 .AnyTagClassName
 {
   color: #73050D;
 }
</style>

background-color css

<style>
 a { background-color: #73050D; }

 a { background-color: rgb(115,5,13); }

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

border-color css

<style>
 span { border-color: #73050D; }

 span { border-color: rgb(115,5,13); }

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