Html Css Color HEX #730926 Burgundy

📋 copy color: '#730926'

red 115 ◦ green 9 ◦ blue 38

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

Shades of Burgundy #730926

Tints of Burgundy #730926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.56%

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

R = 70.99%
G = 5.56%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#730926 (or 0x730926) is known color: Burgundy. HEX triplet: 73, 09 and 26. RGB value is (115,9,38). Sum of RGB (Red+Green+Blue) = 115+9+38=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #730926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730926 is #8CF6D9. Grayscale: #2B2B2B. Windows color (decimal): -9238234 or 2492787. OLE color: 2492787.

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

Color convert

RGB 115 9 38 -
CMYK 0 0.92 0.67 0.55
HSL 343.58º 0.85% 0.24% -
HSV(B) 343.58º 0.92% 0.45% -
XYZ 7.52 3.98 2.21 -
YUV 44 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 115 9 38 0 0.92 0.67 0.55 343.58 0.85 0.24
Hex 73 9 26 0 5C 43 37 158 55 18
Octal 163 11 46 0 134 103 67 530 125 30
Binary 1110011 1001 100110 0 1011100 1000011 110111 101011000 1010101 11000

Color Harmonies of #730926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730926

Black with #730926

Text Example


Text Example

White with #730926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730926; }

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

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

background-color css

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

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

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

border-color css

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

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

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