Html Css Color HEX #790B14 Burgundy

📋 copy color: '#790B14'

red 121 ◦ green 11 ◦ blue 20

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

Shades of Burgundy #790B14

Tints of Burgundy #790B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.24%

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 79.61%
G = 7.24%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#790B14 (or 0x790B14) is known color: Burgundy. HEX triplet: 79, 0B and 14. RGB value is (121,11,20). Sum of RGB (Red+Green+Blue) = 121+11+20=152 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.61% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 121 - color contains mainly: red. Hex color #790B14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790B14 is #86F4EB. Grayscale: #2C2C2C. Windows color (decimal): -8844524 or 1313657. OLE color: 1313657.

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

Color convert

RGB 121 11 20 -
CMYK 0 0.91 0.83 0.53
HSL 355.09º 0.83% 0.26% -
HSV(B) 355.09º 0.91% 0.47% -
XYZ 8.13 4.35 1.07 -
YUV 44.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 121 11 20 0 0.91 0.83 0.53 355.09 0.83 0.26
Hex 79 B 14 0 5B 53 35 163 53 1A
Octal 171 13 24 0 133 123 65 543 123 32
Binary 1111001 1011 10100 0 1011011 1010011 110101 101100011 1010011 11010

Color Harmonies of #790B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790B14

Black with #790B14

Text Example


Text Example

White with #790B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790B14; }

 p { color: rgb(121,11,20); }

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

background-color css

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

 a { background-color: rgb(121,11,20); }

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

border-color css

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

 span { border-color: rgb(121,11,20); }

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