Html Css Color HEX #790C31 Burgundy

📋 copy color: '#790C31'

red 121 ◦ green 12 ◦ blue 49

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

Shades of Burgundy #790C31

Tints of Burgundy #790C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.92%

R = 66.48%
G = 6.59%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#790C31 (or 0x790C31) is known color: Burgundy. HEX triplet: 79, 0C and 31. RGB value is (121,12,49). Sum of RGB (Red+Green+Blue) = 121+12+49=182 (24% of max value = 765). Red value is 121 (47.66% from 255 or 66.48% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 121 - color contains mainly: red. Hex color #790C31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C31 is #86F3CE. Grayscale: #303030. Windows color (decimal): -8844239 or 3214457. OLE color: 3214457.

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

Color convert

RGB 121 12 49 -
CMYK 0 0.90 0.60 0.53
HSL 339.63º 0.82% 0.26% -
HSV(B) 339.63º 0.9% 0.47% -
XYZ 8.57 4.55 3.33 -
YUV 48.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 121 12 49 0 0.90 0.60 0.53 339.63 0.82 0.26
Hex 79 C 31 0 5A 3C 35 154 52 1A
Octal 171 14 61 0 132 74 65 524 122 32
Binary 1111001 1100 110001 0 1011010 111100 110101 101010100 1010010 11010

Color Harmonies of #790C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C31

Black with #790C31

Text Example


Text Example

White with #790C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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