Html Css Color HEX #78001D Burgundy

📋 copy color: '#78001D'

red 120 ◦ green 0 ◦ blue 29

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

Shades of Burgundy #78001D

Tints of Burgundy #78001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.46%

R = 80.54%
G = 0%
B = 19.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#78001D (or 0x78001D) is known color: Burgundy. HEX triplet: 78, 00 and 1D. RGB value is (120,0,29). Sum of RGB (Red+Green+Blue) = 120+0+29=149 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80.54% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 120 - color contains mainly: red. Hex color #78001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78001D is #87FFE2. Grayscale: #272727. Windows color (decimal): -8912867 or 1900664. OLE color: 1900664.

HSL color Cylindrical-coordinate representation of color #78001D: hue angle of 345.5º 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 #78001D is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 0 29 -
CMYK 0 1 0.76 0.53
HSL 345.5º 1% 0.24% -
HSV(B) 345.5º 1% 0.47% -
XYZ 7.97 4.08 1.53 -
YUV 39.19 122.26 185.64 -
System Red Green Blue C M Y K H S L
Decimal 120 0 29 0 1 0.76 0.53 345.5 1 0.24
Hex 78 0 1D 0 64 4C 35 15A 64 18
Octal 170 0 35 0 144 114 65 532 144 30
Binary 1111000 0 11101 0 1100100 1001100 110101 101011010 1100100 11000

Color Harmonies of #78001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78001D

Black with #78001D

Text Example


Text Example

White with #78001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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