Html Css Color HEX #790315 Burgundy

📋 copy color: '#790315'

red 121 ◦ green 3 ◦ blue 21

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

Shades of Burgundy #790315

Tints of Burgundy #790315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

 BLUE value IS 21 (8.59% from 255) = 14.48%

R = 83.45%
G = 2.07%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#790315 (or 0x790315) is known color: Burgundy. HEX triplet: 79, 03 and 15. RGB value is (121,3,21). Sum of RGB (Red+Green+Blue) = 121+3+21=145 (19% of max value = 765). Red value is 121 (47.66% from 255 or 83.45% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 121 - color contains mainly: red. Hex color #790315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790315 is #86FCEA. Grayscale: #282828. Windows color (decimal): -8846571 or 1377145. OLE color: 1377145.

HSL color Cylindrical-coordinate representation of color #790315: hue angle of 350.85º degrees, saturation: 0.95, 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 #790315 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 3 21 -
CMYK 0 0.98 0.83 0.53
HSL 350.85º 0.95% 0.24% -
HSV(B) 350.85º 0.98% 0.47% -
XYZ 8.05 4.18 1.09 -
YUV 40.33 117.09 185.54 -
System Red Green Blue C M Y K H S L
Decimal 121 3 21 0 0.98 0.83 0.53 350.85 0.95 0.24
Hex 79 3 15 0 62 53 35 15F 5F 18
Octal 171 3 25 0 142 123 65 537 137 30
Binary 1111001 11 10101 0 1100010 1010011 110101 101011111 1011111 11000

Color Harmonies of #790315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790315

Black with #790315

Text Example


Text Example

White with #790315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790315; }

 p { color: rgb(121,3,21); }

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

background-color css

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

 a { background-color: rgb(121,3,21); }

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

border-color css

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

 span { border-color: rgb(121,3,21); }

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