Html Css Color HEX #780C14 Burgundy

📋 copy color: '#780C14'

red 120 ◦ green 12 ◦ blue 20

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

Shades of Burgundy #780C14

Tints of Burgundy #780C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.89%

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 78.95%
G = 7.89%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#780C14 (or 0x780C14) is known color: Burgundy. HEX triplet: 78, 0C and 14. RGB value is (120,12,20). Sum of RGB (Red+Green+Blue) = 120+12+20=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #780C14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780C14 is #87F3EB. Grayscale: #2D2D2D. Windows color (decimal): -8909804 or 1313912. OLE color: 1313912.

HSL color Cylindrical-coordinate representation of color #780C14: hue angle of 355.56º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C14 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 12 20 -
CMYK 0 0.90 0.83 0.53
HSL 355.56º 0.82% 0.26% -
HSV(B) 355.56º 0.9% 0.47% -
XYZ 8 4.31 1.07 -
YUV 45.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 120 12 20 0 0.90 0.83 0.53 355.56 0.82 0.26
Hex 78 C 14 0 5A 53 35 164 52 1A
Octal 170 14 24 0 132 123 65 544 122 32
Binary 1111000 1100 10100 0 1011010 1010011 110101 101100100 1010010 11010

Color Harmonies of #780C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C14

Black with #780C14

Text Example


Text Example

White with #780C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,12,20); }

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

background-color css

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

 a { background-color: rgb(120,12,20); }

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

border-color css

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

 span { border-color: rgb(120,12,20); }

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