Html Css Color HEX #790210 Burgundy

📋 copy color: '#790210'

red 121 ◦ green 2 ◦ blue 16

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

Shades of Burgundy #790210

Tints of Burgundy #790210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.44%

 BLUE value IS 16 (6.64% from 255) = 11.51%

R = 87.05%
G = 1.44%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#790210 (or 0x790210) is known color: Burgundy. HEX triplet: 79, 02 and 10. RGB value is (121,2,16). Sum of RGB (Red+Green+Blue) = 121+2+16=139 (18% of max value = 765). Red value is 121 (47.66% from 255 or 87.05% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 121 - color contains mainly: red. Hex color #790210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790210 is #86FDEF. Grayscale: #272727. Windows color (decimal): -8846832 or 1049209. OLE color: 1049209.

HSL color Cylindrical-coordinate representation of color #790210: hue angle of 352.94º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790210 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 2 16 -
CMYK 0 0.98 0.87 0.53
HSL 352.94º 0.97% 0.24% -
HSV(B) 352.94º 0.98% 0.47% -
XYZ 8 4.15 0.87 -
YUV 39.18 114.92 186.36 -
System Red Green Blue C M Y K H S L
Decimal 121 2 16 0 0.98 0.87 0.53 352.94 0.97 0.24
Hex 79 2 10 0 62 57 35 161 61 18
Octal 171 2 20 0 142 127 65 541 141 30
Binary 1111001 10 10000 0 1100010 1010111 110101 101100001 1100001 11000

Color Harmonies of #790210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790210

Black with #790210

Text Example


Text Example

White with #790210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790210; }

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

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

background-color css

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

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

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

border-color css

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

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

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