Html Css Color HEX #730226 Burgundy

📋 copy color: '#730226'

red 115 ◦ green 2 ◦ blue 38

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

Shades of Burgundy #730226

Tints of Burgundy #730226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

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

R = 74.19%
G = 1.29%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#730226 (or 0x730226) is known color: Burgundy. HEX triplet: 73, 02 and 26. RGB value is (115,2,38). Sum of RGB (Red+Green+Blue) = 115+2+38=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #730226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730226 is #8CFDD9. Grayscale: #272727. Windows color (decimal): -9240026 or 2490995. OLE color: 2490995.

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

Color convert

RGB 115 2 38 -
CMYK 0 0.98 0.67 0.55
HSL 340.88º 0.97% 0.23% -
HSV(B) 340.88º 0.98% 0.45% -
XYZ 7.44 3.83 2.18 -
YUV 39.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 115 2 38 0 0.98 0.67 0.55 340.88 0.97 0.23
Hex 73 2 26 0 62 43 37 155 61 17
Octal 163 2 46 0 142 103 67 525 141 27
Binary 1110011 10 100110 0 1100010 1000011 110111 101010101 1100001 10111

Color Harmonies of #730226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730226

Black with #730226

Text Example


Text Example

White with #730226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730226; }

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

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

background-color css

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

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

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

border-color css

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

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

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