Html Css Color HEX #790233 Burgundy

📋 copy color: '#790233'

red 121 ◦ green 2 ◦ blue 51

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

Shades of Burgundy #790233

Tints of Burgundy #790233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

 BLUE value IS 51 (20.31% from 255) = 29.31%

R = 69.54%
G = 1.15%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#790233 (or 0x790233) is known color: Burgundy. HEX triplet: 79, 02 and 33. RGB value is (121,2,51). Sum of RGB (Red+Green+Blue) = 121+2+51=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #790233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790233 is #86FDCC. Grayscale: #2B2B2B. Windows color (decimal): -8846797 or 3342969. OLE color: 3342969.

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

Color convert

RGB 121 2 51 -
CMYK 0 0.98 0.58 0.53
HSL 335.29º 0.97% 0.24% -
HSV(B) 335.29º 0.98% 0.47% -
XYZ 8.5 4.35 3.52 -
YUV 43.17 132.42 183.52 -
System Red Green Blue C M Y K H S L
Decimal 121 2 51 0 0.98 0.58 0.53 335.29 0.97 0.24
Hex 79 2 33 0 62 3A 35 14F 61 18
Octal 171 2 63 0 142 72 65 517 141 30
Binary 1111001 10 110011 0 1100010 111010 110101 101001111 1100001 11000

Color Harmonies of #790233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790233

Black with #790233

Text Example


Text Example

White with #790233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790233; }

 p { color: rgb(121,2,51); }

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

background-color css

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

 a { background-color: rgb(121,2,51); }

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

border-color css

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

 span { border-color: rgb(121,2,51); }

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