Html Css Color HEX #791025 Burgundy

📋 copy color: '#791025'

red 121 ◦ green 16 ◦ blue 37

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

Shades of Burgundy #791025

Tints of Burgundy #791025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.26%

R = 69.54%
G = 9.2%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#791025 (or 0x791025) is known color: Burgundy. HEX triplet: 79, 10 and 25. RGB value is (121,16,37). Sum of RGB (Red+Green+Blue) = 121+16+37=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #791025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791025 is #86EFDA. Grayscale: #313131. Windows color (decimal): -8843227 or 2429049. OLE color: 2429049.

HSL color Cylindrical-coordinate representation of color #791025: hue angle of 348º 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 #791025 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 16 37 -
CMYK 0 0.87 0.69 0.53
HSL 348º 0.77% 0.27% -
HSV(B) 348º 0.87% 0.47% -
XYZ 8.4 4.57 2.19 -
YUV 49.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 121 16 37 0 0.87 0.69 0.53 348 0.77 0.27
Hex 79 10 25 0 57 45 35 15C 4D 1B
Octal 171 20 45 0 127 105 65 534 115 33
Binary 1111001 10000 100101 0 1010111 1000101 110101 101011100 1001101 11011

Color Harmonies of #791025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791025

Black with #791025

Text Example


Text Example

White with #791025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791025; }

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

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

background-color css

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

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

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

border-color css

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

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

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