Html Css Color HEX #790B13 Burgundy

📋 copy color: '#790B13'

red 121 ◦ green 11 ◦ blue 19

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

Shades of Burgundy #790B13

Tints of Burgundy #790B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 80.13%
G = 7.28%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#790B13 (or 0x790B13) is known color: Burgundy. HEX triplet: 79, 0B and 13. RGB value is (121,11,19). Sum of RGB (Red+Green+Blue) = 121+11+19=151 (20% of max value = 765). Red value is 121 (47.66% from 255 or 80.13% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 121 - color contains mainly: red. Hex color #790B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790B13 is #86F4EC. Grayscale: #2C2C2C. Windows color (decimal): -8844525 or 1248121. OLE color: 1248121.

HSL color Cylindrical-coordinate representation of color #790B13: hue angle of 355.64º 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 #790B13 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 11 19 -
CMYK 0 0.91 0.84 0.53
HSL 355.64º 0.83% 0.26% -
HSV(B) 355.64º 0.91% 0.47% -
XYZ 8.12 4.35 1.03 -
YUV 44.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 121 11 19 0 0.91 0.84 0.53 355.64 0.83 0.26
Hex 79 B 13 0 5B 54 35 164 53 1A
Octal 171 13 23 0 133 124 65 544 123 32
Binary 1111001 1011 10011 0 1011011 1010100 110101 101100100 1010011 11010

Color Harmonies of #790B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790B13

Black with #790B13

Text Example


Text Example

White with #790B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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