Html Css Color HEX #790C1F Burgundy

📋 copy color: '#790C1F'

red 121 ◦ green 12 ◦ blue 31

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

Shades of Burgundy #790C1F

Tints of Burgundy #790C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.9%

R = 73.78%
G = 7.32%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#790C1F (or 0x790C1F) is known color: Burgundy. HEX triplet: 79, 0C and 1F. RGB value is (121,12,31). Sum of RGB (Red+Green+Blue) = 121+12+31=164 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.78% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 121 - color contains mainly: red. Hex color #790C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C1F is #86F3E0. Grayscale: #2E2E2E. Windows color (decimal): -8844257 or 2034809. OLE color: 2034809.

HSL color Cylindrical-coordinate representation of color #790C1F: hue angle of 349.54º 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 #790C1F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 12 31 -
CMYK 0 0.90 0.74 0.53
HSL 349.54º 0.82% 0.26% -
HSV(B) 349.54º 0.9% 0.47% -
XYZ 8.26 4.43 1.72 -
YUV 46.76 119.11 180.96 -
System Red Green Blue C M Y K H S L
Decimal 121 12 31 0 0.90 0.74 0.53 349.54 0.82 0.26
Hex 79 C 1F 0 5A 4A 35 15E 52 1A
Octal 171 14 37 0 132 112 65 536 122 32
Binary 1111001 1100 11111 0 1011010 1001010 110101 101011110 1010010 11010

Color Harmonies of #790C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C1F

Black with #790C1F

Text Example


Text Example

White with #790C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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