Html Css Color HEX #730615 Burgundy

📋 copy color: '#730615'

red 115 ◦ green 6 ◦ blue 21

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

Shades of Burgundy #730615

Tints of Burgundy #730615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.23%

 BLUE value IS 21 (8.59% from 255) = 14.79%

R = 80.99%
G = 4.23%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#730615 (or 0x730615) is known color: Burgundy. HEX triplet: 73, 06 and 15. RGB value is (115,6,21). Sum of RGB (Red+Green+Blue) = 115+6+21=142 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.99% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 115 - color contains mainly: red. Hex color #730615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730615 is #8CF9EA. Grayscale: #282828. Windows color (decimal): -9239019 or 1377907. OLE color: 1377907.

HSL color Cylindrical-coordinate representation of color #730615: hue angle of 351.74º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730615 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 6 21 -
CMYK 0 0.95 0.82 0.55
HSL 351.74º 0.9% 0.24% -
HSV(B) 351.74º 0.95% 0.45% -
XYZ 7.27 3.83 1.07 -
YUV 40.3 117.11 181.28 -
System Red Green Blue C M Y K H S L
Decimal 115 6 21 0 0.95 0.82 0.55 351.74 0.9 0.24
Hex 73 6 15 0 5F 52 37 160 5A 18
Octal 163 6 25 0 137 122 67 540 132 30
Binary 1110011 110 10101 0 1011111 1010010 110111 101100000 1011010 11000

Color Harmonies of #730615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730615

Black with #730615

Text Example


Text Example

White with #730615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730615; }

 p { color: rgb(115,6,21); }

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

background-color css

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

 a { background-color: rgb(115,6,21); }

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

border-color css

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

 span { border-color: rgb(115,6,21); }

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