Html Css Color HEX #790E2D Burgundy

📋 copy color: '#790E2D'

red 121 ◦ green 14 ◦ blue 45

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

Shades of Burgundy #790E2D

Tints of Burgundy #790E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.78%

 BLUE value IS 45 (17.97% from 255) = 25%

R = 67.22%
G = 7.78%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#790E2D (or 0x790E2D) is known color: Burgundy. HEX triplet: 79, 0E and 2D. RGB value is (121,14,45). Sum of RGB (Red+Green+Blue) = 121+14+45=180 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.22% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 121 - color contains mainly: red. Hex color #790E2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790E2D is #86F1D2. Grayscale: #313131. Windows color (decimal): -8843731 or 2952825. OLE color: 2952825.

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

Color convert

RGB 121 14 45 -
CMYK 0 0.88 0.63 0.53
HSL 342.62º 0.79% 0.26% -
HSV(B) 342.62º 0.88% 0.47% -
XYZ 8.52 4.57 2.92 -
YUV 49.53 125.45 178.98 -
System Red Green Blue C M Y K H S L
Decimal 121 14 45 0 0.88 0.63 0.53 342.62 0.79 0.26
Hex 79 E 2D 0 58 3F 35 157 4F 1A
Octal 171 16 55 0 130 77 65 527 117 32
Binary 1111001 1110 101101 0 1011000 111111 110101 101010111 1001111 11010

Color Harmonies of #790E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790E2D

Black with #790E2D

Text Example


Text Example

White with #790E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,14,45); }

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

background-color css

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

 a { background-color: rgb(121,14,45); }

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

border-color css

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

 span { border-color: rgb(121,14,45); }

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