Html Css Color HEX #730D23 Burgundy

📋 copy color: '#730D23'

red 115 ◦ green 13 ◦ blue 35

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

Shades of Burgundy #730D23

Tints of Burgundy #730D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.47%

R = 70.55%
G = 7.98%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#730D23 (or 0x730D23) is known color: Burgundy. HEX triplet: 73, 0D and 23. RGB value is (115,13,35). Sum of RGB (Red+Green+Blue) = 115+13+35=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #730D23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D23 is #8CF2DC. Grayscale: #2E2E2E. Windows color (decimal): -9237213 or 2297203. OLE color: 2297203.

HSL color Cylindrical-coordinate representation of color #730D23: hue angle of 347.06º 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 #730D23 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 13 35 -
CMYK 0 0.89 0.70 0.55
HSL 347.06º 0.8% 0.25% -
HSV(B) 347.06º 0.89% 0.45% -
XYZ 7.52 4.05 1.98 -
YUV 46.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 115 13 35 0 0.89 0.70 0.55 347.06 0.8 0.25
Hex 73 D 23 0 59 46 37 15B 50 19
Octal 163 15 43 0 131 106 67 533 120 31
Binary 1110011 1101 100011 0 1011001 1000110 110111 101011011 1010000 11001

Color Harmonies of #730D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D23

Black with #730D23

Text Example


Text Example

White with #730D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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