Html Css Color HEX #78051E Burgundy

📋 copy color: '#78051E'

red 120 ◦ green 5 ◦ blue 30

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

Shades of Burgundy #78051E

Tints of Burgundy #78051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.23%

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

R = 77.42%
G = 3.23%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#78051E (or 0x78051E) is known color: Burgundy. HEX triplet: 78, 05 and 1E. RGB value is (120,5,30). Sum of RGB (Red+Green+Blue) = 120+5+30=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #78051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78051E is #87FAE1. Grayscale: #2A2A2A. Windows color (decimal): -8911586 or 1967480. OLE color: 1967480.

HSL color Cylindrical-coordinate representation of color #78051E: hue angle of 346.96º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78051E is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 5 30 -
CMYK 0 0.96 0.75 0.53
HSL 346.96º 0.92% 0.25% -
HSV(B) 346.96º 0.96% 0.47% -
XYZ 8.03 4.2 1.61 -
YUV 42.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 120 5 30 0 0.96 0.75 0.53 346.96 0.92 0.25
Hex 78 5 1E 0 60 4B 35 15B 5C 19
Octal 170 5 36 0 140 113 65 533 134 31
Binary 1111000 101 11110 0 1100000 1001011 110101 101011011 1011100 11001

Color Harmonies of #78051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78051E

Black with #78051E

Text Example


Text Example

White with #78051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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