Html Css Color HEX #730818 Burgundy

📋 copy color: '#730818'

red 115 ◦ green 8 ◦ blue 24

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

Shades of Burgundy #730818

Tints of Burgundy #730818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.33%

R = 78.23%
G = 5.44%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#730818 (or 0x730818) is known color: Burgundy. HEX triplet: 73, 08 and 18. RGB value is (115,8,24). Sum of RGB (Red+Green+Blue) = 115+8+24=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #730818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730818 is #8CF7E7. Grayscale: #292929. Windows color (decimal): -9238504 or 1575027. OLE color: 1575027.

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

Color convert

RGB 115 8 24 -
CMYK 0 0.93 0.79 0.55
HSL 351.03º 0.87% 0.24% -
HSV(B) 351.03º 0.93% 0.45% -
XYZ 7.32 3.88 1.23 -
YUV 41.82 117.95 180.2 -
System Red Green Blue C M Y K H S L
Decimal 115 8 24 0 0.93 0.79 0.55 351.03 0.87 0.24
Hex 73 8 18 0 5D 4F 37 15F 57 18
Octal 163 10 30 0 135 117 67 537 127 30
Binary 1110011 1000 11000 0 1011101 1001111 110111 101011111 1010111 11000

Color Harmonies of #730818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730818

Black with #730818

Text Example


Text Example

White with #730818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730818; }

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

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

background-color css

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

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

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

border-color css

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

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

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