Html Css Color HEX #790012 Burgundy

📋 copy color: '#790012'

red 121 ◦ green 0 ◦ blue 18

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

Shades of Burgundy #790012

Tints of Burgundy #790012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 18 (7.42% from 255) = 12.95%

R = 87.05%
G = 0%
B = 12.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#790012 (or 0x790012) is known color: Burgundy. HEX triplet: 79, 00 and 12. RGB value is (121,0,18). Sum of RGB (Red+Green+Blue) = 121+0+18=139 (18% of max value = 765). Red value is 121 (47.66% from 255 or 87.05% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 121 - color contains mainly: red. Hex color #790012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790012 is #86FFED. Grayscale: #262626. Windows color (decimal): -8847342 or 1179769. OLE color: 1179769.

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

Color convert

RGB 121 0 18 -
CMYK 0 1 0.85 0.53
HSL 351.07º 1% 0.24% -
HSV(B) 351.07º 1% 0.47% -
XYZ 7.99 4.11 0.94 -
YUV 38.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 121 0 18 0 1 0.85 0.53 351.07 1 0.24
Hex 79 0 12 0 64 55 35 15F 64 18
Octal 171 0 22 0 144 125 65 537 144 30
Binary 1111001 0 10010 0 1100100 1010101 110101 101011111 1100100 11000

Color Harmonies of #790012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790012

Black with #790012

Text Example


Text Example

White with #790012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790012; }

 p { color: rgb(121,0,18); }

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

background-color css

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

 a { background-color: rgb(121,0,18); }

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

border-color css

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

 span { border-color: rgb(121,0,18); }

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