Html Css Color HEX #730510 Burgundy

📋 copy color: '#730510'

red 115 ◦ green 5 ◦ blue 16

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

Shades of Burgundy #730510

Tints of Burgundy #730510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.76%

R = 84.56%
G = 3.68%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#730510 (or 0x730510) is known color: Burgundy. HEX triplet: 73, 05 and 10. RGB value is (115,5,16). Sum of RGB (Red+Green+Blue) = 115+5+16=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #730510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730510 is #8CFAEF. Grayscale: #272727. Windows color (decimal): -9239280 or 1049971. OLE color: 1049971.

HSL color Cylindrical-coordinate representation of color #730510: hue angle of 354º 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 #730510 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 5 16 -
CMYK 0 0.96 0.86 0.55
HSL 354º 0.92% 0.24% -
HSV(B) 354º 0.96% 0.45% -
XYZ 7.22 3.79 0.84 -
YUV 39.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 115 5 16 0 0.96 0.86 0.55 354 0.92 0.24
Hex 73 5 10 0 60 56 37 162 5C 18
Octal 163 5 20 0 140 126 67 542 134 30
Binary 1110011 101 10000 0 1100000 1010110 110111 101100010 1011100 11000

Color Harmonies of #730510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730510

Black with #730510

Text Example


Text Example

White with #730510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730510; }

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

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

background-color css

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

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

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

border-color css

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

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

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