Html Css Color HEX #78001C Burgundy

📋 copy color: '#78001C'

red 120 ◦ green 0 ◦ blue 28

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

Shades of Burgundy #78001C

Tints of Burgundy #78001C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.08%
G = 0%
B = 18.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#78001C (or 0x78001C) is known color: Burgundy. HEX triplet: 78, 00 and 1C. RGB value is (120,0,28). Sum of RGB (Red+Green+Blue) = 120+0+28=148 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.08% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 120 - color contains mainly: red. Hex color #78001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78001C is #87FFE3. Grayscale: #272727. Windows color (decimal): -8912868 or 1835128. OLE color: 1835128.

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

Color convert

RGB 120 0 28 -
CMYK 0 1 0.77 0.53
HSL 346º 1% 0.24% -
HSV(B) 346º 1% 0.47% -
XYZ 7.96 4.08 1.47 -
YUV 39.07 121.76 185.72 -
System Red Green Blue C M Y K H S L
Decimal 120 0 28 0 1 0.77 0.53 346 1 0.24
Hex 78 0 1C 0 64 4D 35 15A 64 18
Octal 170 0 34 0 144 115 65 532 144 30
Binary 1111000 0 11100 0 1100100 1001101 110101 101011010 1100100 11000

Color Harmonies of #78001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78001C

Black with #78001C

Text Example


Text Example

White with #78001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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