Html Css Color HEX #790025 Burgundy

📋 copy color: '#790025'

red 121 ◦ green 0 ◦ blue 37

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

Shades of Burgundy #790025

Tints of Burgundy #790025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.58%
G = 0%
B = 23.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#790025 (or 0x790025) is known color: Burgundy. HEX triplet: 79, 00 and 25. RGB value is (121,0,37). Sum of RGB (Red+Green+Blue) = 121+0+37=158 (20% of max value = 765). Red value is 121 (47.66% from 255 or 76.58% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 121 - color contains mainly: red. Hex color #790025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790025 is #86FFDA. Grayscale: #282828. Windows color (decimal): -8847323 or 2424953. OLE color: 2424953.

HSL color Cylindrical-coordinate representation of color #790025: hue angle of 341.65º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790025 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 0 37 -
CMYK 0 1 0.69 0.53
HSL 341.65º 1% 0.24% -
HSV(B) 341.65º 1% 0.47% -
XYZ 8.22 4.2 2.13 -
YUV 40.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 121 0 37 0 1 0.69 0.53 341.65 1 0.24
Hex 79 0 25 0 64 45 35 156 64 18
Octal 171 0 45 0 144 105 65 526 144 30
Binary 1111001 0 100101 0 1100100 1000101 110101 101010110 1100100 11000

Color Harmonies of #790025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790025

Black with #790025

Text Example


Text Example

White with #790025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790025; }

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

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

background-color css

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

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

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

border-color css

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

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

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