Html Css Color HEX #790327 Burgundy

📋 copy color: '#790327'

red 121 ◦ green 3 ◦ blue 39

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

Shades of Burgundy #790327

Tints of Burgundy #790327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.93%

R = 74.23%
G = 1.84%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#790327 (or 0x790327) is known color: Burgundy. HEX triplet: 79, 03 and 27. RGB value is (121,3,39). Sum of RGB (Red+Green+Blue) = 121+3+39=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #790327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790327 is #86FCD8. Grayscale: #2A2A2A. Windows color (decimal): -8846553 or 2556793. OLE color: 2556793.

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

Color convert

RGB 121 3 39 -
CMYK 0 0.98 0.68 0.53
HSL 341.69º 0.95% 0.24% -
HSV(B) 341.69º 0.98% 0.47% -
XYZ 8.28 4.28 2.31 -
YUV 42.39 126.09 184.07 -
System Red Green Blue C M Y K H S L
Decimal 121 3 39 0 0.98 0.68 0.53 341.69 0.95 0.24
Hex 79 3 27 0 62 44 35 156 5F 18
Octal 171 3 47 0 142 104 65 526 137 30
Binary 1111001 11 100111 0 1100010 1000100 110101 101010110 1011111 11000

Color Harmonies of #790327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790327

Black with #790327

Text Example


Text Example

White with #790327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790327; }

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

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

background-color css

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

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

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

border-color css

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

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

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