Html Css Color HEX #730A23 Burgundy

📋 copy color: '#730A23'

red 115 ◦ green 10 ◦ blue 35

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

Shades of Burgundy #730A23

Tints of Burgundy #730A23

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.25%

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

R = 71.88%
G = 6.25%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#730A23 (or 0x730A23) is known color: Burgundy. HEX triplet: 73, 0A and 23. RGB value is (115,10,35). Sum of RGB (Red+Green+Blue) = 115+10+35=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #730A23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A23 is #8CF5DC. Grayscale: #2C2C2C. Windows color (decimal): -9237981 or 2296435. OLE color: 2296435.

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

Color convert

RGB 115 10 35 -
CMYK 0 0.91 0.70 0.55
HSL 345.71º 0.84% 0.25% -
HSV(B) 345.71º 0.91% 0.45% -
XYZ 7.48 3.98 1.96 -
YUV 44.25 122.79 178.47 -
System Red Green Blue C M Y K H S L
Decimal 115 10 35 0 0.91 0.70 0.55 345.71 0.84 0.25
Hex 73 A 23 0 5B 46 37 15A 54 19
Octal 163 12 43 0 133 106 67 532 124 31
Binary 1110011 1010 100011 0 1011011 1000110 110111 101011010 1010100 11001

Color Harmonies of #730A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A23

Black with #730A23

Text Example


Text Example

White with #730A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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