Html Css Color HEX #790C19 Burgundy

📋 copy color: '#790C19'

red 121 ◦ green 12 ◦ blue 25

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

Shades of Burgundy #790C19

Tints of Burgundy #790C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.59%

 BLUE value IS 25 (10.16% from 255) = 15.82%

R = 76.58%
G = 7.59%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#790C19 (or 0x790C19) is known color: Burgundy. HEX triplet: 79, 0C and 19. RGB value is (121,12,25). Sum of RGB (Red+Green+Blue) = 121+12+25=158 (20% of max value = 765). Red value is 121 (47.66% from 255 or 76.58% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 121 - color contains mainly: red. Hex color #790C19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790C19 is #86F3E6. Grayscale: #2E2E2E. Windows color (decimal): -8844263 or 1641593. OLE color: 1641593.

HSL color Cylindrical-coordinate representation of color #790C19: hue angle of 352.84º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C19 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 12 25 -
CMYK 0 0.90 0.79 0.53
HSL 352.84º 0.82% 0.26% -
HSV(B) 352.84º 0.9% 0.47% -
XYZ 8.19 4.4 1.34 -
YUV 46.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 121 12 25 0 0.90 0.79 0.53 352.84 0.82 0.26
Hex 79 C 19 0 5A 4F 35 161 52 1A
Octal 171 14 31 0 132 117 65 541 122 32
Binary 1111001 1100 11001 0 1011010 1001111 110101 101100001 1010010 11010

Color Harmonies of #790C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C19

Black with #790C19

Text Example


Text Example

White with #790C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790C19; }

 p { color: rgb(121,12,25); }

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

background-color css

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

 a { background-color: rgb(121,12,25); }

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

border-color css

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

 span { border-color: rgb(121,12,25); }

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