Html Css Color HEX #730610 Burgundy

📋 copy color: '#730610'

red 115 ◦ green 6 ◦ blue 16

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

Shades of Burgundy #730610

Tints of Burgundy #730610

RGB

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

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

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

R = 83.94%
G = 4.38%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#730610 (or 0x730610) is known color: Burgundy. HEX triplet: 73, 06 and 10. RGB value is (115,6,16). Sum of RGB (Red+Green+Blue) = 115+6+16=137 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.94% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 115 - color contains mainly: red. Hex color #730610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730610 is #8CF9EF. Grayscale: #272727. Windows color (decimal): -9239024 or 1050227. OLE color: 1050227.

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

Color convert

RGB 115 6 16 -
CMYK 0 0.95 0.86 0.55
HSL 354.5º 0.9% 0.24% -
HSV(B) 354.5º 0.95% 0.45% -
XYZ 7.23 3.81 0.85 -
YUV 39.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 115 6 16 0 0.95 0.86 0.55 354.5 0.9 0.24
Hex 73 6 10 0 5F 56 37 162 5A 18
Octal 163 6 20 0 137 126 67 542 132 30
Binary 1110011 110 10000 0 1011111 1010110 110111 101100010 1011010 11000

Color Harmonies of #730610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730610

Black with #730610

Text Example


Text Example

White with #730610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730610; }

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

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

background-color css

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

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

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

border-color css

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

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

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