Html Css Color HEX #78041C Burgundy

📋 copy color: '#78041C'

red 120 ◦ green 4 ◦ blue 28

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

Shades of Burgundy #78041C

Tints of Burgundy #78041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

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

R = 78.95%
G = 2.63%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#78041C (or 0x78041C) is known color: Burgundy. HEX triplet: 78, 04 and 1C. RGB value is (120,4,28). Sum of RGB (Red+Green+Blue) = 120+4+28=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #78041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78041C is #87FBE3. Grayscale: #292929. Windows color (decimal): -8911844 or 1836152. OLE color: 1836152.

HSL color Cylindrical-coordinate representation of color #78041C: hue angle of 347.59º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78041C is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 4 28 -
CMYK 0 0.97 0.77 0.53
HSL 347.59º 0.94% 0.24% -
HSV(B) 347.59º 0.97% 0.47% -
XYZ 8 4.16 1.48 -
YUV 41.42 120.43 184.05 -
System Red Green Blue C M Y K H S L
Decimal 120 4 28 0 0.97 0.77 0.53 347.59 0.94 0.24
Hex 78 4 1C 0 61 4D 35 15C 5E 18
Octal 170 4 34 0 141 115 65 534 136 30
Binary 1111000 100 11100 0 1100001 1001101 110101 101011100 1011110 11000

Color Harmonies of #78041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78041C

Black with #78041C

Text Example


Text Example

White with #78041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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