Html Css Color HEX #730A0D Burgundy

📋 copy color: '#730A0D'

red 115 ◦ green 10 ◦ blue 13

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

Shades of Burgundy #730A0D

Tints of Burgundy #730A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.42%

R = 83.33%
G = 7.25%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#730A0D (or 0x730A0D) is known color: Burgundy. HEX triplet: 73, 0A and 0D. RGB value is (115,10,13). Sum of RGB (Red+Green+Blue) = 115+10+13=138 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.33% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 115 - color contains mainly: red. Hex color #730A0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A0D is #8CF5F2. Grayscale: #292929. Windows color (decimal): -9238003 or 854643. OLE color: 854643.

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

Color convert

RGB 115 10 13 -
CMYK 0 0.91 0.89 0.55
HSL 358.29º 0.84% 0.25% -
HSV(B) 358.29º 0.91% 0.45% -
XYZ 7.25 3.89 0.75 -
YUV 41.74 111.79 180.26 -
System Red Green Blue C M Y K H S L
Decimal 115 10 13 0 0.91 0.89 0.55 358.29 0.84 0.25
Hex 73 A D 0 5B 59 37 166 54 19
Octal 163 12 15 0 133 131 67 546 124 31
Binary 1110011 1010 1101 0 1011011 1011001 110111 101100110 1010100 11001

Color Harmonies of #730A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A0D

Black with #730A0D

Text Example


Text Example

White with #730A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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