Html Css Color HEX #790834 Burgundy

📋 copy color: '#790834'

red 121 ◦ green 8 ◦ blue 52

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

Shades of Burgundy #790834

Tints of Burgundy #790834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

 BLUE value IS 52 (20.7% from 255) = 28.73%

R = 66.85%
G = 4.42%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#790834 (or 0x790834) is known color: Burgundy. HEX triplet: 79, 08 and 34. RGB value is (121,8,52). Sum of RGB (Red+Green+Blue) = 121+8+52=181 (23% of max value = 765). Red value is 121 (47.66% from 255 or 66.85% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 121 - color contains mainly: red. Hex color #790834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790834 is #86F7CB. Grayscale: #2E2E2E. Windows color (decimal): -8845260 or 3410041. OLE color: 3410041.

HSL color Cylindrical-coordinate representation of color #790834: hue angle of 336.64º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790834 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 8 52 -
CMYK 0 0.93 0.57 0.53
HSL 336.64º 0.88% 0.25% -
HSV(B) 336.64º 0.93% 0.47% -
XYZ 8.59 4.49 3.66 -
YUV 46.8 130.94 180.92 -
System Red Green Blue C M Y K H S L
Decimal 121 8 52 0 0.93 0.57 0.53 336.64 0.88 0.25
Hex 79 8 34 0 5D 39 35 151 58 19
Octal 171 10 64 0 135 71 65 521 130 31
Binary 1111001 1000 110100 0 1011101 111001 110101 101010001 1011000 11001

Color Harmonies of #790834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790834

Black with #790834

Text Example


Text Example

White with #790834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790834; }

 p { color: rgb(121,8,52); }

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

background-color css

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

 a { background-color: rgb(121,8,52); }

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

border-color css

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

 span { border-color: rgb(121,8,52); }

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