Html Css Color HEX #730015 Burgundy

📋 copy color: '#730015'

red 115 ◦ green 0 ◦ blue 21

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

Shades of Burgundy #730015

Tints of Burgundy #730015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.56%
G = 0%
B = 15.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#730015 (or 0x730015) is known color: Burgundy. HEX triplet: 73, 00 and 15. RGB value is (115,0,21). Sum of RGB (Red+Green+Blue) = 115+0+21=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #730015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730015 is #8CFFEA. Grayscale: #242424. Windows color (decimal): -9240555 or 1376371. OLE color: 1376371.

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

Color convert

RGB 115 0 21 -
CMYK 0 1 0.82 0.55
HSL 349.04º 1% 0.23% -
HSV(B) 349.04º 1% 0.45% -
XYZ 7.21 3.7 1.04 -
YUV 36.78 119.1 183.79 -
System Red Green Blue C M Y K H S L
Decimal 115 0 21 0 1 0.82 0.55 349.04 1 0.23
Hex 73 0 15 0 64 52 37 15D 64 17
Octal 163 0 25 0 144 122 67 535 144 27
Binary 1110011 0 10101 0 1100100 1010010 110111 101011101 1100100 10111

Color Harmonies of #730015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730015

Black with #730015

Text Example


Text Example

White with #730015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730015; }

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

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

background-color css

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

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

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

border-color css

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

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

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