Html Css Color HEX #79102C Burgundy

📋 copy color: '#79102C'

red 121 ◦ green 16 ◦ blue 44

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

Shades of Burgundy #79102C

Tints of Burgundy #79102C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.31%

R = 66.85%
G = 8.84%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#79102C (or 0x79102C) is known color: Burgundy. HEX triplet: 79, 10 and 2C. RGB value is (121,16,44). Sum of RGB (Red+Green+Blue) = 121+16+44=181 (23% of max value = 765). Red value is 121 (47.66% from 255 or 66.85% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 121 - color contains mainly: red. Hex color #79102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79102C is #86EFD3. Grayscale: #323232. Windows color (decimal): -8843220 or 2887801. OLE color: 2887801.

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

Color convert

RGB 121 16 44 -
CMYK 0 0.87 0.64 0.53
HSL 344º 0.77% 0.27% -
HSV(B) 344º 0.87% 0.47% -
XYZ 8.53 4.62 2.82 -
YUV 50.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 121 16 44 0 0.87 0.64 0.53 344 0.77 0.27
Hex 79 10 2C 0 57 40 35 158 4D 1B
Octal 171 20 54 0 127 100 65 530 115 33
Binary 1111001 10000 101100 0 1010111 1000000 110101 101011000 1001101 11011

Color Harmonies of #79102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79102C

Black with #79102C

Text Example


Text Example

White with #79102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79102C; }

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

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

background-color css

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

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

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

border-color css

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

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

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