Html Css Color HEX #790612 Burgundy

📋 copy color: '#790612'

red 121 ◦ green 6 ◦ blue 18

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

Shades of Burgundy #790612

Tints of Burgundy #790612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.14%

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

R = 83.45%
G = 4.14%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#790612 (or 0x790612) is known color: Burgundy. HEX triplet: 79, 06 and 12. RGB value is (121,6,18). Sum of RGB (Red+Green+Blue) = 121+6+18=145 (19% of max value = 765). Red value is 121 (47.66% from 255 or 83.45% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 121 - color contains mainly: red. Hex color #790612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790612 is #86F9ED. Grayscale: #292929. Windows color (decimal): -8845806 or 1181305. OLE color: 1181305.

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

Color convert

RGB 121 6 18 -
CMYK 0 0.95 0.85 0.53
HSL 353.74º 0.91% 0.25% -
HSV(B) 353.74º 0.95% 0.47% -
XYZ 8.06 4.24 0.97 -
YUV 41.75 114.6 184.52 -
System Red Green Blue C M Y K H S L
Decimal 121 6 18 0 0.95 0.85 0.53 353.74 0.91 0.25
Hex 79 6 12 0 5F 55 35 162 5B 19
Octal 171 6 22 0 137 125 65 542 133 31
Binary 1111001 110 10010 0 1011111 1010101 110101 101100010 1011011 11001

Color Harmonies of #790612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790612

Black with #790612

Text Example


Text Example

White with #790612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790612; }

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

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

background-color css

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

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

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

border-color css

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

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

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