Html Css Color HEX #73030A Burgundy

📋 copy color: '#73030A'

red 115 ◦ green 3 ◦ blue 10

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

Shades of Burgundy #73030A

Tints of Burgundy #73030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.81%

R = 89.84%
G = 2.34%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#73030A (or 0x73030A) is known color: Burgundy. HEX triplet: 73, 03 and 0A. RGB value is (115,3,10). Sum of RGB (Red+Green+Blue) = 115+3+10=128 (16% of max value = 765). Red value is 115 (45.31% from 255 or 89.84% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 115 - color contains mainly: red. Hex color #73030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73030A is #8CFCF5. Grayscale: #252525. Windows color (decimal): -9239798 or 656243. OLE color: 656243.

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

Color convert

RGB 115 3 10 -
CMYK 0 0.97 0.91 0.55
HSL 356.25º 0.95% 0.23% -
HSV(B) 356.25º 0.97% 0.45% -
XYZ 7.16 3.73 0.63 -
YUV 37.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 115 3 10 0 0.97 0.91 0.55 356.25 0.95 0.23
Hex 73 3 A 0 61 5B 37 164 5F 17
Octal 163 3 12 0 141 133 67 544 137 27
Binary 1110011 11 1010 0 1100001 1011011 110111 101100100 1011111 10111

Color Harmonies of #73030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73030A

Black with #73030A

Text Example


Text Example

White with #73030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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