Html Css Color HEX #780D1C Burgundy

📋 copy color: '#780D1C'

red 120 ◦ green 13 ◦ blue 28

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

Shades of Burgundy #780D1C

Tints of Burgundy #780D1C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.07%

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

R = 74.53%
G = 8.07%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#780D1C (or 0x780D1C) is known color: Burgundy. HEX triplet: 78, 0D and 1C. RGB value is (120,13,28). Sum of RGB (Red+Green+Blue) = 120+13+28=161 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.53% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 120 - color contains mainly: red. Hex color #780D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780D1C is #87F2E3. Grayscale: #2E2E2E. Windows color (decimal): -8909540 or 1838456. OLE color: 1838456.

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

Color convert

RGB 120 13 28 -
CMYK 0 0.89 0.77 0.53
HSL 351.59º 0.8% 0.26% -
HSV(B) 351.59º 0.89% 0.47% -
XYZ 8.1 4.36 1.51 -
YUV 46.7 117.45 180.28 -
System Red Green Blue C M Y K H S L
Decimal 120 13 28 0 0.89 0.77 0.53 351.59 0.8 0.26
Hex 78 D 1C 0 59 4D 35 160 50 1A
Octal 170 15 34 0 131 115 65 540 120 32
Binary 1111000 1101 11100 0 1011001 1001101 110101 101100000 1010000 11010

Color Harmonies of #780D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780D1C

Black with #780D1C

Text Example


Text Example

White with #780D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780D1C; }

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

 H1.HeaderClassName
 {
   color: #780D1C;
 }
 .AnyTagClassName
 {
   color: #780D1C;
 }
</style>

background-color css

<style>
 a { background-color: #780D1C; }

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

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

border-color css

<style>
 span { border-color: #780D1C; }

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

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