Html Css Color HEX #730A19 Burgundy

📋 copy color: '#730A19'

red 115 ◦ green 10 ◦ blue 25

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

Shades of Burgundy #730A19

Tints of Burgundy #730A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.67%

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

R = 76.67%
G = 6.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#730A19 (or 0x730A19) is known color: Burgundy. HEX triplet: 73, 0A and 19. RGB value is (115,10,25). Sum of RGB (Red+Green+Blue) = 115+10+25=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #730A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A19 is #8CF5E6. Grayscale: #2B2B2B. Windows color (decimal): -9237991 or 1641075. OLE color: 1641075.

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

Color convert

RGB 115 10 25 -
CMYK 0 0.91 0.78 0.55
HSL 351.43º 0.84% 0.25% -
HSV(B) 351.43º 0.91% 0.45% -
XYZ 7.35 3.93 1.29 -
YUV 43.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 115 10 25 0 0.91 0.78 0.55 351.43 0.84 0.25
Hex 73 A 19 0 5B 4E 37 15F 54 19
Octal 163 12 31 0 133 116 67 537 124 31
Binary 1110011 1010 11001 0 1011011 1001110 110111 101011111 1010100 11001

Color Harmonies of #730A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A19

Black with #730A19

Text Example


Text Example

White with #730A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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