Html Css Color HEX #78001E Burgundy

📋 copy color: '#78001E'

red 120 ◦ green 0 ◦ blue 30

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

Shades of Burgundy #78001E

Tints of Burgundy #78001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20%

R = 80%
G = 0%
B = 20%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#78001E (or 0x78001E) is known color: Burgundy. HEX triplet: 78, 00 and 1E. RGB value is (120,0,30). Sum of RGB (Red+Green+Blue) = 120+0+30=150 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 120 - color contains mainly: red. Hex color #78001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78001E is #87FFE1. Grayscale: #272727. Windows color (decimal): -8912866 or 1966200. OLE color: 1966200.

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

Color convert

RGB 120 0 30 -
CMYK 0 1 0.75 0.53
HSL 345º 1% 0.24% -
HSV(B) 345º 1% 0.47% -
XYZ 7.98 4.09 1.6 -
YUV 39.3 122.76 185.56 -
System Red Green Blue C M Y K H S L
Decimal 120 0 30 0 1 0.75 0.53 345 1 0.24
Hex 78 0 1E 0 64 4B 35 159 64 18
Octal 170 0 36 0 144 113 65 531 144 30
Binary 1111000 0 11110 0 1100100 1001011 110101 101011001 1100100 11000

Color Harmonies of #78001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78001E

Black with #78001E

Text Example


Text Example

White with #78001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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