Html Css Color HEX #730212 Burgundy

📋 copy color: '#730212'

red 115 ◦ green 2 ◦ blue 18

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

Shades of Burgundy #730212

Tints of Burgundy #730212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

 BLUE value IS 18 (7.42% from 255) = 13.33%

R = 85.19%
G = 1.48%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#730212 (or 0x730212) is known color: Burgundy. HEX triplet: 73, 02 and 12. RGB value is (115,2,18). Sum of RGB (Red+Green+Blue) = 115+2+18=135 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.19% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 115 - color contains mainly: red. Hex color #730212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730212 is #8CFDED. Grayscale: #252525. Windows color (decimal): -9240046 or 1180275. OLE color: 1180275.

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

Color convert

RGB 115 2 18 -
CMYK 0 0.98 0.84 0.55
HSL 351.5º 0.97% 0.23% -
HSV(B) 351.5º 0.98% 0.45% -
XYZ 7.2 3.73 0.91 -
YUV 37.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 115 2 18 0 0.98 0.84 0.55 351.5 0.97 0.23
Hex 73 2 12 0 62 54 37 160 61 17
Octal 163 2 22 0 142 124 67 540 141 27
Binary 1110011 10 10010 0 1100010 1010100 110111 101100000 1100001 10111

Color Harmonies of #730212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730212

Black with #730212

Text Example


Text Example

White with #730212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730212; }

 p { color: rgb(115,2,18); }

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

background-color css

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

 a { background-color: rgb(115,2,18); }

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

border-color css

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

 span { border-color: rgb(115,2,18); }

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