Html Css Color HEX #730D2D Burgundy

📋 copy color: '#730D2D'

red 115 ◦ green 13 ◦ blue 45

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

Shades of Burgundy #730D2D

Tints of Burgundy #730D2D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.51%

 BLUE value IS 45 (17.97% from 255) = 26.01%

R = 66.47%
G = 7.51%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#730D2D (or 0x730D2D) is known color: Burgundy. HEX triplet: 73, 0D and 2D. RGB value is (115,13,45). Sum of RGB (Red+Green+Blue) = 115+13+45=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #730D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D2D is #8CF2D2. Grayscale: #2F2F2F. Windows color (decimal): -9237203 or 2952563. OLE color: 2952563.

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

Color convert

RGB 115 13 45 -
CMYK 0 0.89 0.61 0.55
HSL 341.18º 0.8% 0.25% -
HSV(B) 341.18º 0.89% 0.45% -
XYZ 7.69 4.12 2.87 -
YUV 47.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 115 13 45 0 0.89 0.61 0.55 341.18 0.8 0.25
Hex 73 D 2D 0 59 3D 37 155 50 19
Octal 163 15 55 0 131 75 67 525 120 31
Binary 1110011 1101 101101 0 1011001 111101 110111 101010101 1010000 11001

Color Harmonies of #730D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D2D

Black with #730D2D

Text Example


Text Example

White with #730D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,13,45); }

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

background-color css

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

 a { background-color: rgb(115,13,45); }

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

border-color css

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

 span { border-color: rgb(115,13,45); }

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