Html Css Color HEX #790821 Burgundy

📋 copy color: '#790821'

red 121 ◦ green 8 ◦ blue 33

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

Shades of Burgundy #790821

Tints of Burgundy #790821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.37%

R = 74.69%
G = 4.94%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#790821 (or 0x790821) is known color: Burgundy. HEX triplet: 79, 08 and 21. RGB value is (121,8,33). Sum of RGB (Red+Green+Blue) = 121+8+33=162 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.69% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 121 - color contains mainly: red. Hex color #790821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790821 is #86F7DE. Grayscale: #2C2C2C. Windows color (decimal): -8845279 or 2164857. OLE color: 2164857.

HSL color Cylindrical-coordinate representation of color #790821: hue angle of 346.73º 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 #790821 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 8 33 -
CMYK 0 0.93 0.73 0.53
HSL 346.73º 0.88% 0.25% -
HSV(B) 346.73º 0.93% 0.47% -
XYZ 8.25 4.35 1.84 -
YUV 44.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 121 8 33 0 0.93 0.73 0.53 346.73 0.88 0.25
Hex 79 8 21 0 5D 49 35 15B 58 19
Octal 171 10 41 0 135 111 65 533 130 31
Binary 1111001 1000 100001 0 1011101 1001001 110101 101011011 1011000 11001

Color Harmonies of #790821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790821

Black with #790821

Text Example


Text Example

White with #790821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790821; }

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

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

background-color css

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

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

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

border-color css

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

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

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