Html Css Color HEX #730D27 Burgundy

📋 copy color: '#730D27'

red 115 ◦ green 13 ◦ blue 39

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

Shades of Burgundy #730D27

Tints of Burgundy #730D27

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.78%

 BLUE value IS 39 (15.63% from 255) = 23.35%

R = 68.86%
G = 7.78%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#730D27 (or 0x730D27) is known color: Burgundy. HEX triplet: 73, 0D and 27. RGB value is (115,13,39). Sum of RGB (Red+Green+Blue) = 115+13+39=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #730D27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D27 is #8CF2D8. Grayscale: #2E2E2E. Windows color (decimal): -9237209 or 2559347. OLE color: 2559347.

HSL color Cylindrical-coordinate representation of color #730D27: hue angle of 344.71º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D27 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 13 39 -
CMYK 0 0.89 0.66 0.55
HSL 344.71º 0.8% 0.25% -
HSV(B) 344.71º 0.89% 0.45% -
XYZ 7.58 4.08 2.31 -
YUV 46.46 123.79 176.89 -
System Red Green Blue C M Y K H S L
Decimal 115 13 39 0 0.89 0.66 0.55 344.71 0.8 0.25
Hex 73 D 27 0 59 42 37 159 50 19
Octal 163 15 47 0 131 102 67 531 120 31
Binary 1110011 1101 100111 0 1011001 1000010 110111 101011001 1010000 11001

Color Harmonies of #730D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D27

Black with #730D27

Text Example


Text Example

White with #730D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,13,39); }

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

background-color css

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

 a { background-color: rgb(115,13,39); }

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

border-color css

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

 span { border-color: rgb(115,13,39); }

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