Html Css Color HEX #730B2F Burgundy

📋 copy color: '#730B2F'

red 115 ◦ green 11 ◦ blue 47

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

Shades of Burgundy #730B2F

Tints of Burgundy #730B2F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.36%

 BLUE value IS 47 (18.75% from 255) = 27.17%

R = 66.47%
G = 6.36%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#730B2F (or 0x730B2F) is known color: Burgundy. HEX triplet: 73, 0B and 2F. RGB value is (115,11,47). Sum of RGB (Red+Green+Blue) = 115+11+47=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #730B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B2F is #8CF4D0. Grayscale: #2E2E2E. Windows color (decimal): -9237713 or 3083123. OLE color: 3083123.

HSL color Cylindrical-coordinate representation of color #730B2F: hue angle of 339.23º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B2F is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 11 47 -
CMYK 0 0.90 0.59 0.55
HSL 339.23º 0.83% 0.25% -
HSV(B) 339.23º 0.9% 0.45% -
XYZ 7.7 4.09 3.07 -
YUV 46.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 115 11 47 0 0.90 0.59 0.55 339.23 0.83 0.25
Hex 73 B 2F 0 5A 3B 37 153 53 19
Octal 163 13 57 0 132 73 67 523 123 31
Binary 1110011 1011 101111 0 1011010 111011 110111 101010011 1010011 11001

Color Harmonies of #730B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B2F

Black with #730B2F

Text Example


Text Example

White with #730B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,11,47); }

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

background-color css

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

 a { background-color: rgb(115,11,47); }

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

border-color css

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

 span { border-color: rgb(115,11,47); }

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