Html Css Color HEX #730A0F Burgundy

📋 copy color: '#730A0F'

red 115 ◦ green 10 ◦ blue 15

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

Shades of Burgundy #730A0F

Tints of Burgundy #730A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.71%

R = 82.14%
G = 7.14%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#730A0F (or 0x730A0F) is known color: Burgundy. HEX triplet: 73, 0A and 0F. RGB value is (115,10,15). Sum of RGB (Red+Green+Blue) = 115+10+15=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #730A0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A0F is #8CF5F0. Grayscale: #2A2A2A. Windows color (decimal): -9238001 or 985715. OLE color: 985715.

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

Color convert

RGB 115 10 15 -
CMYK 0 0.91 0.87 0.55
HSL 357.14º 0.84% 0.25% -
HSV(B) 357.14º 0.91% 0.45% -
XYZ 7.26 3.9 0.82 -
YUV 41.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 115 10 15 0 0.91 0.87 0.55 357.14 0.84 0.25
Hex 73 A F 0 5B 57 37 165 54 19
Octal 163 12 17 0 133 127 67 545 124 31
Binary 1110011 1010 1111 0 1011011 1010111 110111 101100101 1010100 11001

Color Harmonies of #730A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A0F

Black with #730A0F

Text Example


Text Example

White with #730A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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