Html Css Color HEX #730126 Burgundy

📋 copy color: '#730126'

red 115 ◦ green 1 ◦ blue 38

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

Shades of Burgundy #730126

Tints of Burgundy #730126

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 38 (15.23% from 255) = 24.68%

R = 74.68%
G = 0.65%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#730126 (or 0x730126) is known color: Burgundy. HEX triplet: 73, 01 and 26. RGB value is (115,1,38). Sum of RGB (Red+Green+Blue) = 115+1+38=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #730126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730126 is #8CFED9. Grayscale: #272727. Windows color (decimal): -9240282 or 2490739. OLE color: 2490739.

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

Color convert

RGB 115 1 38 -
CMYK 0 0.99 0.67 0.55
HSL 340.53º 0.98% 0.23% -
HSV(B) 340.53º 0.99% 0.45% -
XYZ 7.43 3.81 2.18 -
YUV 39.3 127.27 181.99 -
System Red Green Blue C M Y K H S L
Decimal 115 1 38 0 0.99 0.67 0.55 340.53 0.98 0.23
Hex 73 1 26 0 63 43 37 155 62 17
Octal 163 1 46 0 143 103 67 525 142 27
Binary 1110011 1 100110 0 1100011 1000011 110111 101010101 1100010 10111

Color Harmonies of #730126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730126

Black with #730126

Text Example


Text Example

White with #730126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730126; }

 p { color: rgb(115,1,38); }

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

background-color css

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

 a { background-color: rgb(115,1,38); }

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

border-color css

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

 span { border-color: rgb(115,1,38); }

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