Html Css Color HEX #730019 Burgundy

📋 copy color: '#730019'

red 115 ◦ green 0 ◦ blue 25

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

Shades of Burgundy #730019

Tints of Burgundy #730019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 17.86%

R = 82.14%
G = 0%
B = 17.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#730019 (or 0x730019) is known color: Burgundy. HEX triplet: 73, 00 and 19. RGB value is (115,0,25). Sum of RGB (Red+Green+Blue) = 115+0+25=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #730019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730019 is #8CFFE6. Grayscale: #252525. Windows color (decimal): -9240551 or 1638515. OLE color: 1638515.

HSL color Cylindrical-coordinate representation of color #730019: hue angle of 346.96º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730019 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 0 25 -
CMYK 0 1 0.78 0.55
HSL 346.96º 1% 0.23% -
HSV(B) 346.96º 1% 0.45% -
XYZ 7.25 3.72 1.25 -
YUV 37.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 115 0 25 0 1 0.78 0.55 346.96 1 0.23
Hex 73 0 19 0 64 4E 37 15B 64 17
Octal 163 0 31 0 144 116 67 533 144 27
Binary 1110011 0 11001 0 1100100 1001110 110111 101011011 1100100 10111

Color Harmonies of #730019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730019

Black with #730019

Text Example


Text Example

White with #730019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730019; }

 p { color: rgb(115,0,25); }

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

background-color css

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

 a { background-color: rgb(115,0,25); }

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

border-color css

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

 span { border-color: rgb(115,0,25); }

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