Html Css Color HEX #790C1C Burgundy

📋 copy color: '#790C1C'

red 121 ◦ green 12 ◦ blue 28

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

Shades of Burgundy #790C1C

Tints of Burgundy #790C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.39%

R = 75.16%
G = 7.45%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#790C1C (or 0x790C1C) is known color: Burgundy. HEX triplet: 79, 0C and 1C. RGB value is (121,12,28). Sum of RGB (Red+Green+Blue) = 121+12+28=161 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.16% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 121 - color contains mainly: red. Hex color #790C1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C1C is #86F3E3. Grayscale: #2E2E2E. Windows color (decimal): -8844260 or 1838201. OLE color: 1838201.

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

Color convert

RGB 121 12 28 -
CMYK 0 0.90 0.77 0.53
HSL 351.19º 0.82% 0.26% -
HSV(B) 351.19º 0.9% 0.47% -
XYZ 8.23 4.41 1.52 -
YUV 46.42 117.61 181.2 -
System Red Green Blue C M Y K H S L
Decimal 121 12 28 0 0.90 0.77 0.53 351.19 0.82 0.26
Hex 79 C 1C 0 5A 4D 35 15F 52 1A
Octal 171 14 34 0 132 115 65 537 122 32
Binary 1111001 1100 11100 0 1011010 1001101 110101 101011111 1010010 11010

Color Harmonies of #790C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C1C

Black with #790C1C

Text Example


Text Example

White with #790C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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