Html Css Color HEX #730127 Burgundy

📋 copy color: '#730127'

red 115 ◦ green 1 ◦ blue 39

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

Shades of Burgundy #730127

Tints of Burgundy #730127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 74.19%
G = 0.65%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#730127 (or 0x730127) is known color: Burgundy. HEX triplet: 73, 01 and 27. RGB value is (115,1,39). Sum of RGB (Red+Green+Blue) = 115+1+39=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #730127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730127 is #8CFED8. Grayscale: #272727. Windows color (decimal): -9240281 or 2556275. OLE color: 2556275.

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

Color convert

RGB 115 1 39 -
CMYK 0 0.99 0.66 0.55
HSL 340º 0.98% 0.23% -
HSV(B) 340º 0.99% 0.45% -
XYZ 7.45 3.81 2.26 -
YUV 39.42 127.77 181.91 -
System Red Green Blue C M Y K H S L
Decimal 115 1 39 0 0.99 0.66 0.55 340 0.98 0.23
Hex 73 1 27 0 63 42 37 154 62 17
Octal 163 1 47 0 143 102 67 524 142 27
Binary 1110011 1 100111 0 1100011 1000010 110111 101010100 1100010 10111

Color Harmonies of #730127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730127

Black with #730127

Text Example


Text Example

White with #730127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730127; }

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

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

background-color css

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

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

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

border-color css

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

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

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