Html Css Color HEX #791027 Burgundy

📋 copy color: '#791027'

red 121 ◦ green 16 ◦ blue 39

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

Shades of Burgundy #791027

Tints of Burgundy #791027

RGB

 RED value IS 121 (47.66% from 255) = 68.75%

 GREEN value IS 16 (6.64% from 255) = 9.09%

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

R = 68.75%
G = 9.09%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#791027 (or 0x791027) is known color: Burgundy. HEX triplet: 79, 10 and 27. RGB value is (121,16,39). Sum of RGB (Red+Green+Blue) = 121+16+39=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #791027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791027 is #86EFD8. Grayscale: #323232. Windows color (decimal): -8843225 or 2560121. OLE color: 2560121.

HSL color Cylindrical-coordinate representation of color #791027: hue angle of 346.86º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791027 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 16 39 -
CMYK 0 0.87 0.68 0.53
HSL 346.86º 0.77% 0.27% -
HSV(B) 346.86º 0.87% 0.47% -
XYZ 8.44 4.58 2.36 -
YUV 50.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 121 16 39 0 0.87 0.68 0.53 346.86 0.77 0.27
Hex 79 10 27 0 57 44 35 15B 4D 1B
Octal 171 20 47 0 127 104 65 533 115 33
Binary 1111001 10000 100111 0 1010111 1000100 110101 101011011 1001101 11011

Color Harmonies of #791027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791027

Black with #791027

Text Example


Text Example

White with #791027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791027; }

 p { color: rgb(121,16,39); }

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

background-color css

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

 a { background-color: rgb(121,16,39); }

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

border-color css

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

 span { border-color: rgb(121,16,39); }

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