Html Css Color HEX #730812 Burgundy

📋 copy color: '#730812'

red 115 ◦ green 8 ◦ blue 18

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

Shades of Burgundy #730812

Tints of Burgundy #730812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.67%

 BLUE value IS 18 (7.42% from 255) = 12.77%

R = 81.56%
G = 5.67%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#730812 (or 0x730812) is known color: Burgundy. HEX triplet: 73, 08 and 12. RGB value is (115,8,18). Sum of RGB (Red+Green+Blue) = 115+8+18=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #730812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730812 is #8CF7ED. Grayscale: #292929. Windows color (decimal): -9238510 or 1181811. OLE color: 1181811.

HSL color Cylindrical-coordinate representation of color #730812: hue angle of 354.39º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730812 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 8 18 -
CMYK 0 0.93 0.84 0.55
HSL 354.39º 0.87% 0.24% -
HSV(B) 354.39º 0.93% 0.45% -
XYZ 7.27 3.86 0.93 -
YUV 41.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 115 8 18 0 0.93 0.84 0.55 354.39 0.87 0.24
Hex 73 8 12 0 5D 54 37 162 57 18
Octal 163 10 22 0 135 124 67 542 127 30
Binary 1110011 1000 10010 0 1011101 1010100 110111 101100010 1010111 11000

Color Harmonies of #730812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730812

Black with #730812

Text Example


Text Example

White with #730812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730812; }

 p { color: rgb(115,8,18); }

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

background-color css

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

 a { background-color: rgb(115,8,18); }

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

border-color css

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

 span { border-color: rgb(115,8,18); }

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