Html Css Color HEX #78091C Burgundy

📋 copy color: '#78091C'

red 120 ◦ green 9 ◦ blue 28

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

Shades of Burgundy #78091C

Tints of Burgundy #78091C

RGB

 RED value IS 120 (47.27% from 255) = 76.43%

 GREEN value IS 9 (3.91% from 255) = 5.73%

 BLUE value IS 28 (11.33% from 255) = 17.83%

R = 76.43%
G = 5.73%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#78091C (or 0x78091C) is known color: Burgundy. HEX triplet: 78, 09 and 1C. RGB value is (120,9,28). Sum of RGB (Red+Green+Blue) = 120+9+28=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #78091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78091C is #87F6E3. Grayscale: #2C2C2C. Windows color (decimal): -8910564 or 1837432. OLE color: 1837432.

HSL color Cylindrical-coordinate representation of color #78091C: hue angle of 349.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78091C is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 9 28 -
CMYK 0 0.92 0.77 0.53
HSL 349.73º 0.86% 0.25% -
HSV(B) 349.73º 0.93% 0.47% -
XYZ 8.05 4.27 1.5 -
YUV 44.36 118.77 181.96 -
System Red Green Blue C M Y K H S L
Decimal 120 9 28 0 0.92 0.77 0.53 349.73 0.86 0.25
Hex 78 9 1C 0 5C 4D 35 15E 56 19
Octal 170 11 34 0 134 115 65 536 126 31
Binary 1111000 1001 11100 0 1011100 1001101 110101 101011110 1010110 11001

Color Harmonies of #78091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78091C

Black with #78091C

Text Example


Text Example

White with #78091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78091C; }

 p { color: rgb(120,9,28); }

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

background-color css

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

 a { background-color: rgb(120,9,28); }

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

border-color css

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

 span { border-color: rgb(120,9,28); }

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