Html Css Color HEX #78071C Burgundy

📋 copy color: '#78071C'

red 120 ◦ green 7 ◦ blue 28

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

Shades of Burgundy #78071C

Tints of Burgundy #78071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.52%

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

R = 77.42%
G = 4.52%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#78071C (or 0x78071C) is known color: Burgundy. HEX triplet: 78, 07 and 1C. RGB value is (120,7,28). Sum of RGB (Red+Green+Blue) = 120+7+28=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #78071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78071C is #87F8E3. Grayscale: #2B2B2B. Windows color (decimal): -8911076 or 1836920. OLE color: 1836920.

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

Color convert

RGB 120 7 28 -
CMYK 0 0.94 0.77 0.53
HSL 348.85º 0.89% 0.25% -
HSV(B) 348.85º 0.94% 0.47% -
XYZ 8.03 4.23 1.49 -
YUV 43.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 120 7 28 0 0.94 0.77 0.53 348.85 0.89 0.25
Hex 78 7 1C 0 5E 4D 35 15D 59 19
Octal 170 7 34 0 136 115 65 535 131 31
Binary 1111000 111 11100 0 1011110 1001101 110101 101011101 1011001 11001

Color Harmonies of #78071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78071C

Black with #78071C

Text Example


Text Example

White with #78071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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