Html Css Color HEX #790F22 Burgundy

📋 copy color: '#790F22'

red 121 ◦ green 15 ◦ blue 34

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

Shades of Burgundy #790F22

Tints of Burgundy #790F22

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.82%

 BLUE value IS 34 (13.67% from 255) = 20%

R = 71.18%
G = 8.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#790F22 (or 0x790F22) is known color: Burgundy. HEX triplet: 79, 0F and 22. RGB value is (121,15,34). Sum of RGB (Red+Green+Blue) = 121+15+34=170 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.18% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 121 - color contains mainly: red. Hex color #790F22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790F22 is #86F0DD. Grayscale: #303030. Windows color (decimal): -8843486 or 2232185. OLE color: 2232185.

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

Color convert

RGB 121 15 34 -
CMYK 0 0.88 0.72 0.53
HSL 349.25º 0.78% 0.27% -
HSV(B) 349.25º 0.88% 0.47% -
XYZ 8.34 4.52 1.95 -
YUV 48.86 119.62 179.46 -
System Red Green Blue C M Y K H S L
Decimal 121 15 34 0 0.88 0.72 0.53 349.25 0.78 0.27
Hex 79 F 22 0 58 48 35 15D 4E 1B
Octal 171 17 42 0 130 110 65 535 116 33
Binary 1111001 1111 100010 0 1011000 1001000 110101 101011101 1001110 11011

Color Harmonies of #790F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790F22

Black with #790F22

Text Example


Text Example

White with #790F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,15,34); }

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

background-color css

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

 a { background-color: rgb(121,15,34); }

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

border-color css

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

 span { border-color: rgb(121,15,34); }

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